Add intrinsic isel patterns for sxtb16, sxtab16, uxtb16 and uxtab16 so that they can perform a ror.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D51034
[ARM] Rotated operand patterns for *xtb16 ClosedPublic Authored by samparker on Aug 21 2018, 7:09 AM.
Details Summary Add intrinsic isel patterns for sxtb16, sxtab16, uxtb16 and uxtab16 so that they can perform a ror.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 22 2018, 12:34 AM Closed by commit rL340405: [ARM] Rotated operand patterns for *xtb16 (authored by sam_parker). · Explain WhyAug 22 2018, 5:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 161935 llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td
llvm/trunk/test/CodeGen/ARM/acle-intrinsics-rot.ll
|