[llvm] [NVPTX] Load/Store/Fence syncscope support (PR #106101)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 10:56:58 PDT 2024
================
@@ -0,0 +1,1423 @@
+; RUN: llc < %s -march=nvptx64 -mcpu=sm_90 -mattr=+ptx78 | FileCheck %s
+; RUN: %if ptxas-12.2 %{ llc < %s -march=nvptx64 -mcpu=sm_90 -mattr=+ptx78 | %ptxas-verify -arch=sm_90 %}
----------------
Artem-B wrote:
Just double-checking that you did run these tests with ptxas enabled and it did accept the instructions we generate now.
https://github.com/llvm/llvm-project/pull/106101
More information about the llvm-commits
mailing list