summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/shufflevec-constant.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-23 16:22:21 +0000
committerDan Gohman <gohman@apple.com>2009-11-23 16:22:21 +0000
commit01b97dd01eec1197d79fceb7229f5ec233994de3 (patch)
tree88196a1f71041f2236951d786a30477f28c9262c /test/Transforms/InstCombine/shufflevec-constant.ll
parent8f3817f505029e97d28c54548069d5bbaa9d5527 (diff)
downloadllvm-01b97dd01eec1197d79fceb7229f5ec233994de3.tar.gz
llvm-01b97dd01eec1197d79fceb7229f5ec233994de3.tar.bz2
llvm-01b97dd01eec1197d79fceb7229f5ec233994de3.tar.xz
Make ConstantFoldConstantExpression recursively visit the entire
ConstantExpr, not just the top-level operator. This allows it to fold many more constants. Also, make GlobalOpt call ConstantFoldConstantExpression on GlobalVariable initializers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89659 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/shufflevec-constant.ll')
-rw-r--r--test/Transforms/InstCombine/shufflevec-constant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/shufflevec-constant.ll b/test/Transforms/InstCombine/shufflevec-constant.ll
index 2c667903b1..29ae5a7982 100644
--- a/test/Transforms/InstCombine/shufflevec-constant.ll
+++ b/test/Transforms/InstCombine/shufflevec-constant.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep "2 x float"
+; RUN: opt < %s -instcombine -S | grep {ret <4 x float> <float 0.000000e+00, float 0.000000e+00, float 0x7FF0000000000000, float 0x7FF0000000000000>}
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
target triple = "i386-apple-darwin9"