summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/div-shift.ll
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2013-07-04 21:17:49 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2013-07-04 21:17:49 +0000
commite7006bb04bd881478fe24d6fbb3051ba3f63d746 (patch)
treeb58c6dc1214fc96945301d38715af806ac785051 /test/Transforms/InstCombine/div-shift.ll
parent6d88f9b73ae8e9170cd8da729895a03a785cc633 (diff)
downloadllvm-e7006bb04bd881478fe24d6fbb3051ba3f63d746.tar.gz
llvm-e7006bb04bd881478fe24d6fbb3051ba3f63d746.tar.bz2
llvm-e7006bb04bd881478fe24d6fbb3051ba3f63d746.tar.xz
InstCombine: Reimplementation of visitUDivOperand
This transform was originally added in r185257 but later removed in r185415. The original transform would create instructions speculatively and then discard them if the speculation was proved incorrect. This has been replaced with a scheme that splits the transform into two parts: preflight and fold. While we preflight, we build up fold actions that inform the folding stage on how to act. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185667 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/div-shift.ll')
-rw-r--r--test/Transforms/InstCombine/div-shift.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/div-shift.ll b/test/Transforms/InstCombine/div-shift.ll
index 6be5cc4ca1..46d0f9afd7 100644
--- a/test/Transforms/InstCombine/div-shift.ll
+++ b/test/Transforms/InstCombine/div-shift.ll
@@ -1,5 +1,4 @@
; RUN: opt < %s -instcombine -S | FileCheck %s
-; XFAIL: *
define i32 @t1(i16 zeroext %x, i32 %y) nounwind {
entry: