[PATCH] D66833: [Attributor] Use the delete API for liveness

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 13:41:14 PDT 2019


jdoerfert marked an inline comment as done.
jdoerfert added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:3573
     // FIXME: Think about passes we will preserve and add them here.
     AU.setPreservesCFG();
   }
----------------
uenoku wrote:
> This may be off topic, but I think this is invalid, isn't it?
Probably true. I'll get rid of it in a separate commit. (We do not preserve anything for now but are placed such that it doesn't matter (for now)).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66833





More information about the llvm-commits mailing list