diff options
author | Juergen Ributzka <juergen@apple.com> | 2014-08-14 19:56:28 +0000 |
---|---|---|
committer | Juergen Ributzka <juergen@apple.com> | 2014-08-14 19:56:28 +0000 |
commit | 790bacf232d0ec3cee7c41fef4702b7f90862269 (patch) | |
tree | 579ad6ffa3206e8cbacf5bf8f4abb7f19f22f660 /llvm/test/CodeGen/PowerPC/fast-isel-call.ll | |
parent | 53e6a5d60c7be3ce3fc261e08b3926bb12a27663 (diff) | |
download | bcm5719-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/PowerPC/fast-isel-call.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/fast-isel-call.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fast-isel-call.ll b/llvm/test/CodeGen/PowerPC/fast-isel-call.ll index 223090523c4..33a8ba903e3 100644 --- a/llvm/test/CodeGen/PowerPC/fast-isel-call.ll +++ b/llvm/test/CodeGen/PowerPC/fast-isel-call.ll @@ -57,11 +57,11 @@ entry: ; ELF64: t10 %call = call i32 @bar(i8 zeroext 0, i8 zeroext -8, i8 zeroext -69, i8 zeroext 28, i8 zeroext 40, i8 zeroext -70) ; ELF64: li 3, 0 -; ELF64: li 4, -8 -; ELF64: li 5, -69 +; ELF64: li 4, 248 +; ELF64: li 5, 187 ; ELF64: li 6, 28 ; ELF64: li 7, 40 -; ELF64: li 8, -70 +; ELF64: li 8, 186 ; ELF64: rldicl 3, 3, 0, 56 ; ELF64: rldicl 4, 4, 0, 56 ; ELF64: rldicl 5, 5, 0, 56 |