rampitec added inline comments.
================ Comment at: llvm/lib/CodeGen/AtomicExpandPass.cpp:631 + "at " + << (AI->getSyncScopeID() ? "system" : "single thread") + << " memory scope"); ---------------- gandhi21299 wrote: > rampitec wrote: > > That does not help with target defined scope names, such as our "one-as" > > for example. > How can I get target defined scope names? It is right on the instruction: %result = atomicrmw fadd float addrspace(1)* %ptr, float 4.0 syncscope("one-as") seq_cst Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106891/new/ https://reviews.llvm.org/D106891 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits