[PATCH] D72714: [ARM][MVE] WIP: Tail-Predication: rematerialise iteration count in exit blocks
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 00:27:24 PST 2020
samparker added a comment.
> I vaguely remember something that will go through and remove the one operand phis too, but I'm not sure what that is called (other than instcombine).
I'm hoping that this close to codegen, the phis won't be a problem..?
================
Comment at: llvm/lib/Target/ARM/MVETailPredication.cpp:61
Loop *L = nullptr;
+ LoopInfo *LI = nullptr;
+ const DataLayout *DL;
----------------
Doesn't look like these need to be members.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72714/new/
https://reviews.llvm.org/D72714
More information about the llvm-commits
mailing list