diff options
| author | David Green <david.green@arm.com> | 2021-05-21 09:29:30 +0100 |
|---|---|---|
| committer | David Green <david.green@arm.com> | 2021-05-21 09:29:30 +0100 |
| commit | e7a6df68a6f5cd1122582b89f8cb3d4ebfa49c71 (patch) | |
| tree | 24bb7364587e0c1d53d61ca114a7032c3ae1ea60 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | 0297506d20dfeb5dd10c69d9327cd927a2d8c3ad (diff) | |
[ARM] Fix the operand used for WLS in ARMLowOverheadLoops
The Loop start instruction handled by the ARMLowOverheadLoops are:
$lr = t2DoLoopStart $r0
$lr = t2DoLoopStartTP $r1, $r0
$lr = t2WhileLoopStartLR $r0, %bb, implicit-def dead $cpsr
All three of these will have LR as the 0 argument, the trip count as the
1 argument.
This patch updated a few places in ARMLowOverheadLoops where the 0th arg
was being used for t2WhileLoopStartLR instructions as the trip count.
One place was entirely removed as it does not seem valid any more, the
case the code is trying to protect against should not be able to occur
with our correct-by-construction low overhead loops.
Differential Revision: https://reviews.llvm.org/D102620
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
