[PATCH] D132208: [LoopIntWrapPredication] Loop Integer Wrapping Predication Pass
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 23 07:33:45 PDT 2022
hiraditya added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LoopIntWrapPredication.cpp:85
+ Chain.push_back(Inst);
+ CurUse = &*Inst->use_begin();
+ }
----------------
What happens when `Inst->use_empty() == true`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132208/new/
https://reviews.llvm.org/D132208
More information about the llvm-commits
mailing list