[PATCH] D64101: [LoopUnroll] fix cloning callbr
Stephen Hines via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 17:38:50 PDT 2019
srhines added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/LoopUnroll.cpp:93
+ // ... whose operand was a block address ...
+ auto *BA = dyn_cast<BlockAddress>(I->getOperand(OpNo));
+ if (BA) {
----------------
Fold this line into the if statement for LLVM style.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64101/new/
https://reviews.llvm.org/D64101
More information about the llvm-commits
mailing list