Patch adds support for the indexed and unpredicated vectors forms of the
FMLALB, FMLALT, FMLSLB and FMLSLT instructions.
The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest
Paths
| Differential D62386
[AArch64][SVE2] Asm: support Floating Point Widening Multiply-Add ClosedPublic Authored by c-rhodes on May 24 2019, 6:12 AM.
Details Summary Patch adds support for the indexed and unpredicated vectors forms of the The specification can be found here:
Diff Detail Event Timelinec-rhodes added a parent revision: D62383: [AArch64][SVE2] Asm: support SVE2 Floating Point Pairwise Group.May 24 2019, 6:13 AM
This revision is now accepted and ready to land.May 28 2019, 1:54 AM Closed by commit rL361935: [AArch64][SVE2] Asm: support Floating Point Widening Multiply-Add (authored by c-rhodes). · Explain WhyMay 29 2019, 1:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 201218 lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/SVEInstrFormats.td
test/MC/AArch64/SVE/movprfx-diagnostics.s
test/MC/AArch64/SVE2/fmlalb-diagnostics.s
test/MC/AArch64/SVE2/fmlalb.s
test/MC/AArch64/SVE2/fmlalt-diagnostics.s
test/MC/AArch64/SVE2/fmlalt.s
test/MC/AArch64/SVE2/fmlslb-diagnostics.s
test/MC/AArch64/SVE2/fmlslb.s
test/MC/AArch64/SVE2/fmlslt-diagnostics.s
test/MC/AArch64/SVE2/fmlslt.s
|
Stray patch?