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

Michal Paszkowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 12:32:50 PDT 2022


mpaszkowski marked an inline comment as done.
mpaszkowski added inline comments.


================
Comment at: llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll:8
+;; Atomic instructions:
+; CHECK: OpStore %[[#]] %[[#CONST]]
+; CHECK-COUNT-3: OpAtomicStore
----------------
andreytr wrote:
> Just small indentation fix, please.
Sure, will fix before committing the change!


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

https://reviews.llvm.org/D135902



More information about the llvm-commits mailing list