[all-commits] [llvm/llvm-project] 20283f: [ARM] Generated SSAT and USAT instructions with shift
Meera Nakrani via All-commits
all-commits at lists.llvm.org
Tue Aug 4 02:40:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 20283ff491a44b8d4526a0915afbe7643705b457
https://github.com/llvm/llvm-project/commit/20283ff491a44b8d4526a0915afbe7643705b457
Author: Meera Nakrani <meera.nakrani at arm.com>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrInfo.td
M llvm/lib/Target/ARM/ARMInstrThumb2.td
A llvm/test/CodeGen/ARM/ssat-with-shift.ll
A llvm/test/CodeGen/ARM/usat-with-shift.ll
Log Message:
-----------
[ARM] Generated SSAT and USAT instructions with shift
Added patterns so that both SSAT and USAT instructions are generated with shifts. Added corresponding regression tests.
Differential Review: https://reviews.llvm.org/D85120
More information about the All-commits
mailing list