[PATCH] D86087: [ARM] Use mov operand if the mov cannot be moved while tail predicating
Sam Tebbs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 01:38:10 PDT 2020
samtebbs added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp:1345
unsigned Opc = LoLoop.getStartOpcode();
MachineOperand &Count = LoLoop.getCount();
----------------
MaskRay wrote:
> Have you tested the patch? getCount is renamed by this patch.
>
> Pushed a fix
Thanks for fixing that. I thought I did build and test after rebasing on master but I must have missed it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86087/new/
https://reviews.llvm.org/D86087
More information about the llvm-commits
mailing list