From 36b56886974eae4f9c5ebc96befd3e7bfe5de338 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 23 Apr 2014 16:57:46 -0700 Subject: Update to LLVM 3.5a. Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617 --- test/CodeGen/PowerPC/setcc_no_zext.ll | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/CodeGen/PowerPC/setcc_no_zext.ll') 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 ; [#uses=1] -- cgit v1.1