[PATCH] D21723: [RFC] Enhance synchscope representation

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 15:13:23 PDT 2017


pcc added a comment.

The bitcode parts seem fine to me.



================
Comment at: lib/IR/LLVMContextImpl.cpp:218
 
+SyncScope::ID LLVMContextImpl::getSyncScopeID(StringRef SSN) const {
+  auto SSI = SSC.find(SSN);
----------------
Unused function


https://reviews.llvm.org/D21723





More information about the llvm-commits mailing list