[PATCH] D125378: [Attribute] Introduce shuffle attribute to be used for __shfl_sync like cross-lane APIs
Christudasan Devadasan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 11 06:37:04 PDT 2022
cdevadas added inline comments.
================
Comment at: clang/test/CodeGenHIP/shuffle-attr-verify.hip:34
+// CHECK-DAG: attributes #[[attr1]] = { {{[^}]*}}shuffle{{[^}]*}} }
\ No newline at end of file
----------------
Add a new line.
================
Comment at: clang/test/CodeGenHIP/shuffle-noundef-attr.hip:49
+}
\ No newline at end of file
----------------
Ditto
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125378/new/
https://reviews.llvm.org/D125378
More information about the llvm-commits
mailing list