[PATCH] D138906: [SVE] Commonise bfmlal* and fmlal* instruction classes
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 29 03:38:22 PST 2022
david-arm created this revision.
david-arm added reviewers: sdesmalen, paulwalker-arm, CarolineConcatto.
Herald added subscribers: psnobl, hiraditya, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Given the significant commonality between the bfmlal* and fmlal*
instructions it makes sense to use just a single class for both.
We can do this now that the bfmlal* lane intrinsics take a i32
index.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138906
Files:
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138906.478505.patch
Type: text/x-patch
Size: 8744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221129/dd55b66f/attachment.bin>
More information about the llvm-commits
mailing list