diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-06-17 17:19:05 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-06-17 17:19:05 +0000 |
commit | ca8a82d5c70fb19df909dc6b95ecca2179526308 (patch) | |
tree | 6dbb5502bf029f752256355973ad787ee0d8630f /llvm/test/CodeGen/Hexagon/cmpb_pred.ll | |
parent | dcaa53791c3e0aaa059018b855a3eb22e9f3a87f (diff) | |
download | bcm5719-llvm-ca8a82d5c70fb19df909dc6b95ecca2179526308.tar.gz bcm5719-llvm-ca8a82d5c70fb19df909dc6b95ecca2179526308.zip |
[Hexagon] Adding some compare tests, fixing existing XFAILed tests, and removing mcpu=hexagonv4 since that's the minimum version anyway.
llvm-svn: 239917
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/cmpb_pred.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/cmpb_pred.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/cmpb_pred.ll b/llvm/test/CodeGen/Hexagon/cmpb_pred.ll index 1a43e629169..d5a76ff129e 100644 --- a/llvm/test/CodeGen/Hexagon/cmpb_pred.ll +++ b/llvm/test/CodeGen/Hexagon/cmpb_pred.ll @@ -1,4 +1,3 @@ -; XFAIL: ; RUN: llc -march=hexagon -mcpu=hexagonv5 < %s | FileCheck %s ; Generate various cmpb instruction followed by if (p0) .. if (!p0)... target triple = "hexagon" @@ -64,7 +63,7 @@ entry: define i32 @Func_3g(i32) nounwind readnone { entry: -; CHECK: mux +; CHECK-NOT: mux %conv = and i32 %0, 255 %cmp = icmp ult i32 %conv, 3 %selv = zext i1 %cmp to i32 |