[PATCH] D75186: [ARM] Add CPSR as an implicit use of t2IT
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 01:46:11 PST 2020
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-mov.mir:50
; CHECK: renamable $r3 = t2MOVi 4, 14 /* CC::al */, $noreg, $noreg
; CHECK: t2IT 11, 8, implicit-def $itstate
; CHECK: dead $r3 = tMOVr renamable $r1, 11 /* CC::lt */, killed $cpsr, implicit killed renamable $r3, implicit killed $itstate
----------------
The check lines still don't have the CPSR. Maybe regenerate before committing to keep the checks up-to-date.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75186/new/
https://reviews.llvm.org/D75186
More information about the llvm-commits
mailing list