Move the logic for selecting NewOpc out of LowerMUL
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D134875
[AArch64] Refactor opcode selection for LowerMUL (NFC) ClosedPublic Authored by zjaffal on Sep 29 2022, 6:35 AM.
Details Summary Move the logic for selecting NewOpc out of LowerMUL
Diff Detail
Event Timelinezjaffal retitled this revision from [AArch64] refactor Opcode selection for LowerMUL (NFC) to [AArch64] Refactor opcode selection for LowerMUL (NFC).Sep 29 2022, 6:44 AM
fhahn added a child revision: D134711: [AArch64] Select SMULL for zero extended vectors when top bit is zero.Sep 30 2022, 4:23 AM This revision is now accepted and ready to land.Sep 30 2022, 7:30 AM
Closed by commit rGfca8730793c5: [AArch64] Refactor opcode selection for LowerMUL (NFC) (authored by zjaffal, committed by fhahn). · Explain WhySep 30 2022, 8:48 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 464293 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
|
this should be static unsigned, I'll fix before committing.