You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
12
external/llvm/test/CodeGen/NVPTX/disable-opt.ll
vendored
12
external/llvm/test/CodeGen/NVPTX/disable-opt.ll
vendored
@ -1,12 +0,0 @@
|
||||
; RUN: llc < %s -march=nvptx -mcpu=sm_20 -O0 | FileCheck %s
|
||||
|
||||
define void @foo(i32* %output) {
|
||||
; CHECK-LABEL: .visible .func foo(
|
||||
entry:
|
||||
%local = alloca i32
|
||||
; CHECK: __local_depot
|
||||
store i32 1, i32* %local
|
||||
%0 = load i32, i32* %local
|
||||
store i32 %0, i32* %output
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user