[PATCH] D12557: [AtomicExpand] Refactor load/cmpxchg callbacks to make LLSC explicit. NFCI.
Robin Morisset via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 11 02:50:41 PDT 2015
morisset accepted this revision.
morisset added a comment.
This revision is now accepted and ready to land.
LGTM, there is just an assert to fix.
================
Comment at: lib/CodeGen/AtomicExpandPass.cpp:184
@@ -178,1 +183,3 @@
+ }
+ llvm_unreachable("Unhandled case in tryExpandAtomicRMW");
}
----------------
Typo: s/tryExpandAtomicRMW/tryExpandAtomicLoad/
http://reviews.llvm.org/D12557
More information about the llvm-commits
mailing list