summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-isel-deadcode.ll
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-08-14 19:56:28 +0000
committerJuergen Ributzka <juergen@apple.com>2014-08-14 19:56:28 +0000
commit790bacf232d0ec3cee7c41fef4702b7f90862269 (patch)
tree579ad6ffa3206e8cbacf5bf8f4abb7f19f22f660 /llvm/test/CodeGen/ARM/fast-isel-deadcode.ll
parent53e6a5d60c7be3ce3fc261e08b3926bb12a27663 (diff)
downloadbcm5719-llvm-790bacf232d0ec3cee7c41fef4702b7f90862269.tar.gz
bcm5719-llvm-790bacf232d0ec3cee7c41fef4702b7f90862269.zip
Revert several FastISel commits to track down a buildbot error.
This reverts: r215595 "[FastISel][X86] Add large code model support for materializing floating-point constants." r215594 "[FastISel][X86] Use XOR to materialize the "0" value." r215593 "[FastISel][X86] Emit more efficient instructions for integer constant materialization." r215591 "[FastISel][AArch64] Make use of the zero register when possible." r215588 "[FastISel] Let the target decide first if it wants to materialize a constant." r215582 "[FastISel][AArch64] Cleanup constant materialization code. NFCI." llvm-svn: 215673
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel-deadcode.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fast-isel-deadcode.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-deadcode.ll b/llvm/test/CodeGen/ARM/fast-isel-deadcode.ll
index c3eed30692b..5e6666c47d3 100644
--- a/llvm/test/CodeGen/ARM/fast-isel-deadcode.ll
+++ b/llvm/test/CodeGen/ARM/fast-isel-deadcode.ll
@@ -14,6 +14,7 @@ entry:
; THUMB-NOT: ldr
; THUMB-NOT: sxtb
; THUMB: movs r0, #0
+; THUMB: movt r0, #0
; THUMB: pop
ret i32 0
}
OpenPOWER on IntegriCloud