[llvm] [NVPTX] Add intrinsics for prefetch.* (PR #125887)

Durgadoss R via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 03:38:15 PST 2025


================
@@ -0,0 +1,82 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_90 -mattr=+ptx80| FileCheck --check-prefixes=CHECK-PTX64 %s
+; RUN: %if ptxas-12.3 %{ llc < %s -mtriple=nvptx64 -mcpu=sm_90 -mattr=+ptx80| %ptxas-verify -arch=sm_90 %}
+; RUN: %if ptxas-12.3 %{ llc < %s -mtriple=nvptx64 -mcpu=sm_90 -mattr=+ptx80 --nvptx-short-ptr| %ptxas-verify -arch=sm_90 %}
+
----------------
durga4github wrote:

We do not need the testing with nvptx-short-ptr (since there are no shared memory pointers involved)

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


More information about the llvm-commits mailing list