You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
18
external/llvm/test/CodeGen/Hexagon/circ-load-isel.ll
vendored
Normal file
18
external/llvm/test/CodeGen/Hexagon/circ-load-isel.ll
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
; RUN: llc -march=hexagon < %s | FileCheck %s
|
||||
; CHECK: = memw{{.*}}circ
|
||||
|
||||
target triple = "hexagon"
|
||||
|
||||
@l = external global i32, align 4
|
||||
|
||||
; Function Attrs: nounwind optsize
|
||||
define void @circ2() #0 {
|
||||
entry:
|
||||
store i32 0, i32* @l, align 4
|
||||
%0 = tail call i8* @llvm.hexagon.circ.ldw(i8* undef, i8* undef, i32 150995968, i32 4)
|
||||
unreachable
|
||||
}
|
||||
|
||||
declare i8* @llvm.hexagon.circ.ldw(i8*, i8*, i32, i32) #1
|
||||
attributes #0 = { nounwind optsize }
|
||||
attributes #1 = { argmemonly nounwind }
|
Reference in New Issue
Block a user