[PATCH] D67232: [Attributor][Fix] Initialize the cache prior to using it
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 17:24:19 PDT 2019
xbolva00 added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:3051
+ if (LivenessAA && LivenessAA->isAssumedDead(I)) {
+ AnyDead = true;
+ continue;
----------------
Check ´LivenessAA´ before loop
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67232/new/
https://reviews.llvm.org/D67232
More information about the llvm-commits
mailing list