[PATCH] D135902: [SPIR-V] Add atomic_init builtin and fix atomic explicit lowering

Andrey Tretyakov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 12:17:44 PDT 2022


andreytr added inline comments.


================
Comment at: llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll:8
+;; Atomic instructions:
+; CHECK: OpStore %[[#]] %[[#CONST]]
+; CHECK-COUNT-3: OpAtomicStore
----------------
Just small indentation fix, please.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135902/new/

https://reviews.llvm.org/D135902



More information about the llvm-commits mailing list