Akira Hatanaka
|
33ff5aeaa8
|
Fix test cases.
Generate code for Mips32r1 unless a Mips32r2 feature is tested.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139433 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-09-09 23:14:58 +00:00 |
|
Akira Hatanaka
|
342837d0dc
|
Define a wrapper node for target constant nodes (tglobaladdr, etc.).
Need this to prevent emitting illegal conditional move instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132240 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-05-28 01:07:07 +00:00 |
|
Jakob Stoklund Olesen
|
a6f7499244
|
Fix Mips, Sparc, and XCore tests that were dependent on register allocation.
Add an extra run with -regalloc=basic to keep them honest.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128654 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-03-31 18:42:43 +00:00 |
|
Bruno Cardoso Lopes
|
ab8d53a56a
|
Match a pattern generated by a dag combiner opt where:
(select (load (load tga0)) (load tga1)) => (load (select (load tga0) tga1))
Thanks to Akira for pointing that.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121163 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-12-07 19:00:20 +00:00 |
|