Also fixes a couple of warnings identified in D109359:
SVEInstrFormats.td:5099:59: warning: unused template argument: sve_int_index_ri::step_vector SVEInstrFormats.td:5133:59: warning: unused template argument: sve_int_index_rr::step_vector
Paths
| Differential D109422
[AArch64][SVE] NFC: Use stepvector directly in index multiclasses ClosedPublic Authored by c-rhodes on Sep 8 2021, 1:18 AM.
Details Summary Also fixes a couple of warnings identified in D109359: SVEInstrFormats.td:5099:59: warning: unused template argument: sve_int_index_ri::step_vector SVEInstrFormats.td:5133:59: warning: unused template argument: sve_int_index_rr::step_vector
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 8 2021, 1:22 AM
Closed by commit rG5b848a35d2aa: [AArch64][SVE] NFC: Use stepvector directly in index multiclasses (authored by c-rhodes). · Explain WhySep 9 2021, 12:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 371514 llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
|
If you're going to hardwire the step_vector usage, which I'm fine with by the way, you may as well also hardwire the mul operators as well.