[PATCH] D35907: [WIP] Update TBAA information in stack coloring pass

Noel Grandin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 13:01:24 PDT 2017


grandinj added inline comments.


================
Comment at: include/llvm/CodeGen/MachineFunction.h:665
+  /// getMachineMemOperand - Allocate a new MachineMemOperand by copying
+  /// an existing one, replacing only AliasAnalisys information.
+  /// MachineMemOperands are owned by the MachineFunction and need not be
----------------
AliasAnalisys -> AliasAnalysis


https://reviews.llvm.org/D35907





More information about the llvm-commits mailing list