[PATCH] D73313: [Attributor] Use fine-grained liveness in all helpers
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 09:28:37 PST 2020
jdoerfert marked an inline comment as done.
jdoerfert added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:6598
+ /* CheckBBLivenessOnly */ true,
+ CheckBBLivenessOnly ? DepClass : DepClassTy::OPTIONAL))
+ return true;
----------------
sstefan1 wrote:
> Is this needed then?
Leftover I have to remove. Good catch!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73313/new/
https://reviews.llvm.org/D73313
More information about the llvm-commits
mailing list