[PATCH] D135902: [SPIR-V] Add atomic_init builtin and fix atomic explicit lowering
Ilia Diachkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 18 12:18:09 PDT 2022
iliya-diyachkov added inline comments.
================
Comment at: llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll:8
+;; Atomic instructions:
+; CHECK: OpStore {{%.+}} %[[#CONST]]
+; CHECK-COUNT-3: OpAtomicStore
----------------
As I know we use `%[[#]]` instead of `{{%.+}}`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135902/new/
https://reviews.llvm.org/D135902
More information about the llvm-commits
mailing list