diff options
author | James Molloy <james.molloy@arm.com> | 2016-09-14 09:45:28 +0000 |
---|---|---|
committer | James Molloy <james.molloy@arm.com> | 2016-09-14 09:45:28 +0000 |
commit | 9790d8f81d3d8a8a90040be70a3a897a343f6ed9 (patch) | |
tree | 7c854a8e6ec55adf7484bca5c518f48e4486a166 /llvm/test/CodeGen/ARM/call-tc.ll | |
parent | 2ec8b1506ad6953e6388e434d97df8754416320e (diff) | |
download | bcm5719-llvm-9790d8f81d3d8a8a90040be70a3a897a343f6ed9.tar.gz bcm5719-llvm-9790d8f81d3d8a8a90040be70a3a897a343f6ed9.zip |
Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently"
This reverts commit r281323. It caused chromium test failures and a selfhost failure.
llvm-svn: 281451
Diffstat (limited to 'llvm/test/CodeGen/ARM/call-tc.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/call-tc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/call-tc.ll b/llvm/test/CodeGen/ARM/call-tc.ll index c5cfb9def33..2277a585336 100644 --- a/llvm/test/CodeGen/ARM/call-tc.ll +++ b/llvm/test/CodeGen/ARM/call-tc.ll @@ -120,7 +120,7 @@ if.end: ; preds = %entry br i1 %tobool2, label %if.end5, label %if.then3 if.then3: ; preds = %if.end -; CHECKT2D: bmi.w _b +; CHECKT2D: bne.w _b %call4 = tail call i32 @b(i32 %x) nounwind br label %return |