Skip to content

Commit 91851d0

Browse files
committed
Remove nvvm from llvm intrisic test
1 parent 16cc248 commit 91851d0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mlir/test/Target/LLVMIR/Import/intrinsic.ll

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -878,14 +878,6 @@ define float @ssa_copy(float %0) {
878878
ret float %2
879879
}
880880

881-
; CHECK-LABEL: llvm.func @nvvm
882-
define void @nvvm() {
883-
; CHECK: %{{.*}} = nvvm.read.ptx.sreg.ntid.x : i32
884-
%1 = call i32 @llvm.nvvm.read.ptx.sreg.ntid.x()
885-
ret void
886-
}
887-
888-
declare i32 @llvm.nvvm.read.ptx.sreg.ntid.x()
889881
declare float @llvm.fmuladd.f32(float, float, float)
890882
declare <8 x float> @llvm.fmuladd.v8f32(<8 x float>, <8 x float>, <8 x float>)
891883
declare float @llvm.fma.f32(float, float, float)

0 commit comments

Comments
 (0)