mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
New testcase that the sparc backend crashes on
llvm-svn: 21173
This commit is contained in:
parent
afa0001d54
commit
8a5098c5bf
12
test/Regression/CodeGen/SparcV9/2005-04-09-GEP-Crash.ll
Normal file
12
test/Regression/CodeGen/SparcV9/2005-04-09-GEP-Crash.ll
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: llvm-as < %s | llc -march=sparcv9
|
||||
|
||||
|
||||
%x_ = external global { [2530944 x double], [2197000 x double], [2530944 x double], [4 x double], [4 x double], [7 x long], [7 x long] }
|
||||
|
||||
implementation
|
||||
|
||||
void %norm2u3_() {
|
||||
entry:
|
||||
%tmp.47 = getelementptr [2530944 x double]* cast (double* getelementptr ([2530944 x double]* getelementptr ({ [2530944 x double], [2197000 x double], [2530944 x double], [4 x double], [4 x double], [7 x long], [7 x long] }* %x_, long 0, uint 0), long 1, long 2197000) to [2530944 x double]*), long 0, long 0
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user