[llvm] [NVPTX] Add im2colw/w128 modes support to TMA intrinsics (PR #148863)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 17 11:07:19 PDT 2025


================
@@ -0,0 +1,193 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_100 -mattr=+ptx86| FileCheck --check-prefixes=CHECK-PTX64 %s
+; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_100 -mattr=+ptx86 --nvptx-short-ptr| FileCheck --check-prefixes=CHECK-PTX-SHARED32 %s
----------------
Artem-B wrote:

a ptxas test would also be useful to verify that we've got the syntax right.

https://github.com/llvm/llvm-project/pull/148863


More information about the llvm-commits mailing list