[PATCH] D14385: Correct atomic libcall support for __atomic_*_fetch builtins.

Saleem Abdulrasool via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 10 21:49:39 PST 2015


compnerd accepted this revision.
compnerd added a reviewer: compnerd.
This revision is now accepted and ready to land.

================
Comment at: lib/CodeGen/CGAtomic.cpp:901
@@ -897,1 +900,3 @@
+      PostOp = llvm::Instruction::Add;
+    // Fall through.
     case AtomicExpr::AO__c11_atomic_fetch_add:
----------------
:-(.  Very well.


http://reviews.llvm.org/D14385





More information about the cfe-commits mailing list