mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-12 14:41:05 +00:00
New testcase
llvm-svn: 6855
This commit is contained in:
parent
03149eacab
commit
08cc123f78
@ -0,0 +1,12 @@
|
||||
; This is a bug in the VMcode library, not instcombine, it's just convenient
|
||||
; to expose it here.
|
||||
|
||||
; RUN: as < %s | opt -instcombine -disable-output
|
||||
|
||||
%A = global int 1
|
||||
%B = global int 2
|
||||
|
||||
bool %test() {
|
||||
%C = setlt int* getelementptr (int* %A, long 1), getelementptr (int* %B, long 2) ; Will get promoted to constantexpr
|
||||
ret bool %C
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user