[PATCH] D18200: Add __atomic_* lowering to AtomicExpandPass.

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 15:49:25 PDT 2016


jfb added inline comments.

================
Comment at: lib/CodeGen/AtomicExpandPass.cpp:940
@@ +939,3 @@
+// memory_order_* value required by the __atomic_* libcalls.
+static int libcallAtomicModel(AtomicOrdering AO) {
+  enum {
----------------
See this patch for a fix: http://reviews.llvm.org/D18875


http://reviews.llvm.org/D18200





More information about the llvm-commits mailing list