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
18
external/llvm/test/CodeGen/NVPTX/tid-range.ll
vendored
18
external/llvm/test/CodeGen/NVPTX/tid-range.ll
vendored
@ -1,18 +0,0 @@
|
||||
; RUN: llc < %s -march=nvptx64 | FileCheck %s
|
||||
declare i32 @get_register()
|
||||
|
||||
define i1 @test1() {
|
||||
entry:
|
||||
%call = call i32 @llvm.nvvm.read.ptx.sreg.tid.x(), !range !0
|
||||
%cmp = icmp eq i32 %call, 1
|
||||
ret i1 %cmp
|
||||
}
|
||||
|
||||
; CHECK-LABEL: test1(
|
||||
; CHECK: setp.eq.s32 %p1, %r1, 1;
|
||||
; CHECK: selp.u32 %[[R:.+]], 1, 0, %p1;
|
||||
; CHECK: st.param.b32 [func_retval0+0], %[[R]];
|
||||
|
||||
declare i32 @llvm.nvvm.read.ptx.sreg.tid.x()
|
||||
|
||||
!0 = !{ i32 0, i32 3 }
|
Reference in New Issue
Block a user