X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2Fpreserve-sminmax.ll;fp=test%2FTransforms%2FInstCombine%2Fpreserve-sminmax.ll;h=df4ed8dbabffe6c9045ecc51b5a012566d2c9b77;hb=3e054fe9efc64596534bbae0d1634ed15181d642;hp=d8e9e4c8421d92da9b5b9c6c4475e93d912f5e4c;hpb=f31657990191d5b2bb1eb3bd95020fc3375f0e3d;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/preserve-sminmax.ll b/test/Transforms/InstCombine/preserve-sminmax.ll index d8e9e4c8421..df4ed8dbabf 100644 --- a/test/Transforms/InstCombine/preserve-sminmax.ll +++ b/test/Transforms/InstCombine/preserve-sminmax.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine | llvm-dis | grep { i32 \[%\]sd, \[\[:alnum:\]\]* \\?1\\>} | count 4 +; RUN: opt %s -instcombine -S | grep { i32 \[%\]sd, \[\[:alnum:\]\]* \\?1\\>} | count 4 ; Instcombine normally would fold the sdiv into the comparison, ; making "icmp slt i32 %h, 2", but in this case the sdiv has