aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/setcc_no_zext.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/setcc_no_zext.ll')
-rw-r--r--test/CodeGen/PowerPC/setcc_no_zext.ll13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/PowerPC/setcc_no_zext.ll b/test/CodeGen/PowerPC/setcc_no_zext.ll
deleted file mode 100644
index d3501fc88b67..000000000000
--- a/test/CodeGen/PowerPC/setcc_no_zext.ll
+++ /dev/null
@@ -1,13 +0,0 @@
-; RUN: llc -verify-machineinstrs < %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]
- %inc.1 = zext i1 %tmp.1 to i32 ; <i32> [#uses=1]
- ret i32 %inc.1
-}
-