mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 15:51:35 +00:00
New testcase
llvm-svn: 5939
This commit is contained in:
parent
4196cc4916
commit
fba2a36bad
@ -0,0 +1,7 @@
|
||||
; RUN: as < %s | opt -basicaa -aa-eval -disable-output
|
||||
; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
|
||||
void %test([17 x ushort]* %mask_bits) {
|
||||
%P1 = getelementptr [17 x ushort]* %mask_bits, long 0, long 0
|
||||
%P2 = getelementptr [17 x ushort]* %mask_bits, long 252645134, long 0
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user