[llvm] [NVPTX] Add intrinsics for st.bulk instruction (PR #128856)
Srinivasa Ravi via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 07:19:31 PST 2025
================
@@ -0,0 +1,33 @@
+; 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 %s
+; RUN: %if ptxas-12.8 %{ llc < %s -mtriple=nvptx64 -mcpu=sm_100 -mattr=+ptx86 | %ptxas-verify -arch=sm_100 %}
+
----------------
Wolfram70 wrote:
Yes, I have verified that it passes through ptxas 12.8.0
https://github.com/llvm/llvm-project/pull/128856
More information about the llvm-commits
mailing list