You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
14
external/llvm/test/CodeGen/X86/codegen-prepare-crash.ll
vendored
Normal file
14
external/llvm/test/CodeGen/X86/codegen-prepare-crash.ll
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
; RUN: llc < %s
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
@g = external global [10 x i32]
|
||||
|
||||
define void @f(i32 %u) {
|
||||
%1 = add i32 %u, 4
|
||||
br label %P.Proc8.exit
|
||||
|
||||
P.Proc8.exit:
|
||||
%valueindex35.i = getelementptr [10 x i32], [10 x i32]* @g, i32 0, i32 %1
|
||||
store i32 %u, i32* %valueindex35.i
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user