[PATCH] D66833: [Attributor] Use the delete API for liveness
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 08:16:37 PDT 2019
uenoku 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();
}
----------------
This may be off topic, but I think this is invalid, isn't it?
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