diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2015-03-09 23:08:46 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-03-09 23:08:46 +0000 |
| commit | fa79110cc78c8cf751d98890390372782b2e3b73 (patch) | |
| tree | dd43a6cccc3b12a0efeba69f469a75492417df0e /llvm/test/CodeGen/Hexagon/pred-absolute-store.ll | |
| parent | 8d75794bfb9259d94f989513795b24b238593391 (diff) | |
| download | bcm5719-llvm-fa79110cc78c8cf751d98890390372782b2e3b73.tar.gz bcm5719-llvm-fa79110cc78c8cf751d98890390372782b2e3b73.zip | |
[Hexagon] Removing unused patterns.
llvm-svn: 231723
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/pred-absolute-store.ll')
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/pred-absolute-store.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Hexagon/pred-absolute-store.ll b/llvm/test/CodeGen/Hexagon/pred-absolute-store.ll index 64635b176da..3e5e98270d5 100644 --- a/llvm/test/CodeGen/Hexagon/pred-absolute-store.ll +++ b/llvm/test/CodeGen/Hexagon/pred-absolute-store.ll @@ -1,8 +1,7 @@ -; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s +; RUN: llc -march=hexagon < %s | FileCheck %s ; Check that we are able to predicate instructions with abosolute ; addressing mode. - -; CHECK: if{{ *}}(p{{[0-3]+}}.new){{ *}}memw(##gvar){{ *}}={{ *}}r{{[0-9]+}} +; CHECK: if ({{!*}}p{{[0-2]}}.new) memw(##gvar) = r{{[0-9]+}} @gvar = external global i32 define i32 @test2(i32 %a, i32 %b) nounwind { |

