mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 07:00:59 +00:00
Add comment
llvm-svn: 3287
This commit is contained in:
parent
0a51808266
commit
a2f6c63713
@ -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: if as < %s | opt -instcombine | dis | grep cast
|
||||||
; RUN: then exit 1
|
; RUN: then exit 1
|
||||||
; RUN: else exit 0
|
; RUN: else exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user