summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-12 19:18:49 +0000
committerChris Lattner <sabre@nondot.org>2002-08-12 19:18:49 +0000
commitad1023b3cc279e4969de2a251822c5f5ee43c380 (patch)
treeee4c006c948c23e6050b224a20420b70a57d275a /test
parent8b170945ea3ad8cb8fb7eb870aadab274d08a5a0 (diff)
downloadexternal_llvm-ad1023b3cc279e4969de2a251822c5f5ee43c380.zip
external_llvm-ad1023b3cc279e4969de2a251822c5f5ee43c380.tar.gz
external_llvm-ad1023b3cc279e4969de2a251822c5f5ee43c380.tar.bz2
Add comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3287 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/InstCombine/cast-set.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/cast-set.ll b/test/Transforms/InstCombine/cast-set.ll
index c890a07..e9312ad 100644
--- a/test/Transforms/InstCombine/cast-set.ll
+++ b/test/Transforms/InstCombine/cast-set.ll
@@ -1,3 +1,8 @@
+; I'm not really sure if instcombine should do things like these. LevelRaise
+; already sufficiently takes care of these cases, but level raise is really
+; slow. Might it be better to make there be an instcombine prepass before
+; level raise that takes care of the obvious stuff?
+
; RUN: if as < %s | opt -instcombine | dis | grep cast
; RUN: then exit 1
; RUN: else exit 0