[all-commits] [llvm/llvm-project] d8d144: [LLVM][AArch64] Add assembly/disassembly of SVE BF...
Lukacma via All-commits
all-commits at lists.llvm.org
Tue Oct 22 08:01:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8d144aea57af3840775464f9224a6edde607dea
https://github.com/llvm/llvm-project/commit/d8d144aea57af3840775464f9224a6edde607dea
Author: Lukacma <Marian.Lukac at arm.com>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
A llvm/test/MC/AArch64/SVE2/bfscale-diagnostics.s
A llvm/test/MC/AArch64/SVE2/bfscale.s
M llvm/test/MC/AArch64/SVE2/directive-arch-negative.s
M llvm/test/MC/AArch64/SVE2/directive-arch.s
M llvm/test/MC/AArch64/SVE2/directive-arch_extension-negative.s
M llvm/test/MC/AArch64/SVE2/directive-arch_extension.s
M llvm/test/MC/AArch64/SVE2/directive-cpu-negative.s
M llvm/test/MC/AArch64/SVE2/directive-cpu.s
Log Message:
-----------
[LLVM][AArch64] Add assembly/disassembly of SVE BFSCALE instruction (#113168)
This patch add assembly/disassembly and tests for sve bfscale
instruction according to https://developer.arm.com/documentation/ddi0602
.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list