mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
New testcase that the sparc backend crashes on
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21173 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
59723e9698
commit
2f65f8e724
12
test/CodeGen/SparcV9/2005-04-09-GEP-Crash.ll
Normal file
12
test/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…
x
Reference in New Issue
Block a user