Don't waste time trying to CSE labels, phis, inline asm. Definitely avoid cse implici...
authorEvan Cheng <evan.cheng@apple.com>
Mon, 8 Mar 2010 23:49:12 +0000 (23:49 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 8 Mar 2010 23:49:12 +0000 (23:49 +0000)
commit5196018d9cb80a1cc81b95c6365de24f33c5f6bb
tree8d54d75ff219461b1f0f977af2904a41f3073dfc
parent6c3b8ac6c9dfd7687a8097586925c09a84ab3d2e
Don't waste time trying to CSE labels, phis, inline asm. Definitely avoid cse implicit-def for obvious performance reason.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98009 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineCSE.cpp