mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
Add comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3287 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b170945ea
commit
ad1023b3cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user