diff options
author | James Molloy <james.molloy@arm.com> | 2016-11-03 14:08:01 +0000 |
---|---|---|
committer | James Molloy <james.molloy@arm.com> | 2016-11-03 14:08:01 +0000 |
commit | e7d97368f2d862bc6b4d792ebafaaf19103ae403 (patch) | |
tree | 951b165ac7a6815e5301469d57419e61186a732e /llvm/test/CodeGen/ARM/call-tc.ll | |
parent | 382200abb700752d6447f259a214aadafa10aaca (diff) | |
download | bcm5719-llvm-e7d97368f2d862bc6b4d792ebafaaf19103ae403.tar.gz bcm5719-llvm-e7d97368f2d862bc6b4d792ebafaaf19103ae403.zip |
Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently"
This reverts commit r285893. It caused (probably) http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/83 .
llvm-svn: 285912
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 |