[PATCH] D73313: [Attributor] Use fine-grained liveness in all helpers
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 06:22:22 PST 2020
sstefan1 accepted this revision.
sstefan1 added a comment.
This revision is now accepted and ready to land.
Small question, but LGTM
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:6598
+ /* CheckBBLivenessOnly */ true,
+ CheckBBLivenessOnly ? DepClass : DepClassTy::OPTIONAL))
+ return true;
----------------
Is this needed then?
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