summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/early-ifcvt-crash.ll
Commit message (Collapse)AuthorAge
* Don't attempt MTM heuristics without a scheduling model present.Jakob Stoklund Olesen2013-04-02
| | | | | | This should fix the PPC buildbots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178558 91177308-0d34-0410-b5e6-96231b3b80d8
* Pass an explicit operand number to addLiveIns.Jakob Stoklund Olesen2012-10-11
Not all instructions define a virtual register in their first operand. Specifically, INLINEASM has a different format. <rdar://problem/12472811> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165721 91177308-0d34-0410-b5e6-96231b3b80d8