summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/pic-load-remat.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/pic-load-remat.ll')
-rw-r--r--test/CodeGen/X86/pic-load-remat.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/X86/pic-load-remat.ll b/test/CodeGen/X86/pic-load-remat.ll
index 7729752..d930f76 100644
--- a/test/CodeGen/X86/pic-load-remat.ll
+++ b/test/CodeGen/X86/pic-load-remat.ll
@@ -1,4 +1,10 @@
; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 -relocation-model=pic | grep psllw | grep pb
+; XFAIL: *
+
+; This is XFAIL'd because MachineLICM is now hoisting all of the loads, and the pic
+; base appears killed in the entry block when remat is making its decisions. Remat's
+; simple heuristic decides against rematting because it doesn't want to extend the
+; live-range of the pic base; this isn't necessarily optimal.
define void @f() nounwind {
entry:
OpenPOWER on IntegriCloud