[PATCH] D102788: [OpaquePtr] Make atomicrmw work with opaque pointers

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 25 17:38:36 PDT 2021


dblaikie accepted this revision.
dblaikie added a comment.

Looks good, thanks!



================
Comment at: llvm/test/Assembler/atomicrmw.ll:1-5
+; RUN: llvm-as %s -o - | llvm-dis | FileCheck %s
+
+; CHECK: @f
+; CHECK: atomicrmw
+define void @f() {
----------------
Comment might be handy to describe what situation makes this interesting/how it failed previously, or the like?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102788



More information about the llvm-commits mailing list