[PATCH] D72562: [Attributor][Fix] AAHeapToStack and AAIsDead connection

Stefanos Baziotis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 12 09:57:18 PST 2020


baziotis added inline comments.


================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:1009-1012
   /// Check \p Pred on all instructions with an opcode present in \p Opcodes.
   ///
   /// This method will evaluate \p Pred on all instructions with an opcode
   /// present in \p Opcode and return true if \p Pred holds on all of them.
----------------
I think it's good to update this comment if these changes are committed - any other relevant as well).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72562/new/

https://reviews.llvm.org/D72562





More information about the llvm-commits mailing list