diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-03-09 19:57:18 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-03-09 19:57:18 +0000 |
commit | 96bfaa97668dbe269cd9484be0476666d473286e (patch) | |
tree | a32d4af337bf5006d3dc72b6ba420951baf86014 /llvm/test/CodeGen/Hexagon/cmpb_pred.ll | |
parent | ee2ed52584564a6acec25b8d9dff4653c3e55330 (diff) | |
download | bcm5719-llvm-96bfaa97668dbe269cd9484be0476666d473286e.tar.gz bcm5719-llvm-96bfaa97668dbe269cd9484be0476666d473286e.zip |
[Hexagon] Eliminating immediate condition set.
llvm-svn: 231693
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/cmpb_pred.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/cmpb_pred.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Hexagon/cmpb_pred.ll b/llvm/test/CodeGen/Hexagon/cmpb_pred.ll index cf0c5a825ba..1a43e629169 100644 --- a/llvm/test/CodeGen/Hexagon/cmpb_pred.ll +++ b/llvm/test/CodeGen/Hexagon/cmpb_pred.ll @@ -1,3 +1,4 @@ +; XFAIL: ; RUN: llc -march=hexagon -mcpu=hexagonv5 < %s | FileCheck %s ; Generate various cmpb instruction followed by if (p0) .. if (!p0)... target triple = "hexagon" |