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
12
external/llvm/test/CodeGen/XCore/2009-01-08-Crash.ll
vendored
Normal file
12
external/llvm/test/CodeGen/XCore/2009-01-08-Crash.ll
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: llc < %s -march=xcore > %t1.s
|
||||
;; This caused a compilation failure since the
|
||||
;; address arithmetic was folded into the LDWSP instruction,
|
||||
;; resulting in a negative offset which eliminateFrameIndex was
|
||||
;; unable to eliminate.
|
||||
define i32 @test(i32 %bar) nounwind readnone {
|
||||
entry:
|
||||
%bar_addr = alloca i32
|
||||
%0 = getelementptr i32, i32* %bar_addr, i32 -1
|
||||
%1 = load i32, i32* %0, align 4
|
||||
ret i32 %1
|
||||
}
|
Reference in New Issue
Block a user