diff options
Diffstat (limited to 'test/CodeGen/PowerPC/setcc_no_zext.ll')
-rw-r--r-- | test/CodeGen/PowerPC/setcc_no_zext.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/setcc_no_zext.ll b/test/CodeGen/PowerPC/setcc_no_zext.ll index 9b2036e..467e921 100644 --- a/test/CodeGen/PowerPC/setcc_no_zext.ll +++ b/test/CodeGen/PowerPC/setcc_no_zext.ll @@ -1,5 +1,9 @@ ; RUN: llc < %s -march=ppc32 | not grep rlwinm +; FIXME: This optimization has temporarily regressed with crbits enabled by +; default at the default CodeOpt level. +; XFAIL: * + define i32 @setcc_one_or_zero(i32* %a) { entry: %tmp.1 = icmp ne i32* %a, null ; <i1> [#uses=1] |