[PATCH] Refactor AtomicExpandPass and add a generic isAtomic() method to Instruction
JF Bastien
jfb at chromium.org
Wed Aug 27 16:06:21 PDT 2014
================
Comment at: lib/CodeGen/AtomicExpandPass.cpp:150
@@ -149,1 +149,3 @@
+ // If getInsertFencesForAtomic() returns true, then the target does not want
+ // to
// deal with memory orders, and emitLeading/TrailingFence should take care of
----------------
Something got messed up here and below.
http://reviews.llvm.org/D5035
More information about the llvm-commits
mailing list