aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/critical-edge-split.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-02-22 23:34:00 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-02-22 23:34:00 +0000
commit6e5dfd4bf5205d5f84d958c9636bc0f57c23b96a (patch)
tree45ab0572ebd24f87e676788c693c21f9db5638f6 /test/CodeGen/X86/critical-edge-split.ll
parent20df2420f7997cdb69c21f6bff27559cb09f7be2 (diff)
downloadexternal_llvm-6e5dfd4bf5205d5f84d958c9636bc0f57c23b96a.zip
external_llvm-6e5dfd4bf5205d5f84d958c9636bc0f57c23b96a.tar.gz
external_llvm-6e5dfd4bf5205d5f84d958c9636bc0f57c23b96a.tar.bz2
Instcombine constant folding can normalize gep with negative index to index with large offset. When instcombine objsize checking transformation sees these geps where the offset seemingly point out of bound, it should just return "i don't know" rather than asserting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/critical-edge-split.ll')
-rw-r--r--test/CodeGen/X86/critical-edge-split.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/critical-edge-split.ll b/test/CodeGen/X86/critical-edge-split.ll
index 4fe554d..f29cbf3 100644
--- a/test/CodeGen/X86/critical-edge-split.ll
+++ b/test/CodeGen/X86/critical-edge-split.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin -tailcallopt=false -stats -info-output-file - | grep asm-printer | grep 31
+; RUN: llc < %s -mtriple=i386-apple-darwin -stats -info-output-file - | grep asm-printer | grep 29
%CC = type { %Register }
%II = type { %"struct.XX::II::$_74" }