[Mlir-commits] [mlir] [mlir][NVVM] Tighten result-type predicate on special-register ops (PR #195030)
Guray Ozen
llvmlistbot at llvm.org
Thu Apr 30 01:01:15 PDT 2026
================
@@ -2115,3 +2115,35 @@ module attributes { dlti.dl_spec = #dlti.dl_spec<
%0 = llvm.ptrtoaddr %arg0 : !llvm.ptr to i64
}
}
+
+// -----
+
+func.func @nvvm_read_sreg_tid_x_wrong_type() {
----------------
grypp wrote:
IMHO, this test is overkill but fine to have it.
https://github.com/llvm/llvm-project/pull/195030
More information about the Mlir-commits
mailing list