[llvm] [NVPTX] Pattern match texture/surface intrinsics (NFCI) (PR #119982)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 14 17:21:04 PST 2024
================
@@ -7078,3 +7079,713 @@ defm INT_SET_MAXNREG_DEC : SET_MAXNREG<"dec", int_nvvm_setmaxnreg_dec_sync_align
} // isConvergent
def INT_EXIT : NVPTXInst<(outs), (ins), "exit;", [(int_nvvm_exit)]>;
+
+def : Pat<(int_nvvm_tex_1d_v4f32_s32 i64:$t, i64:$s, i32:$x),
----------------
s-barannikov wrote:
In the end I did it.
https://github.com/llvm/llvm-project/pull/119982
More information about the llvm-commits
mailing list