[PATCH] D24577: [RFC] Move synchronization scope and atomic orderings from SDNode to MachineMemOperand

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 12:02:33 PDT 2016


jlebar added inline comments.

================
Comment at: include/llvm/CodeGen/MachineMemOperand.h:128
@@ -124,1 +127,3 @@
+  AtomicOrdering Ordering;
+  AtomicOrdering FailureOrdering;
 
----------------
I am concerned that this will *substantially* increase the size of MMO.

Do you actually need all this space?


https://reviews.llvm.org/D24577





More information about the llvm-commits mailing list