[all-commits] [llvm/llvm-project] e8df7e: [LLVM][AArch64][tblgen]: Make operand suffix case-...
Hassnaa Hamdi via All-commits
all-commits at lists.llvm.org
Wed Jan 3 10:27:18 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8df7e2c1adad376647ba6776e39b019003370a6
https://github.com/llvm/llvm-project/commit/e8df7e2c1adad376647ba6776e39b019003370a6
Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
Date: 2024-01-03 (Wed, 03 Jan 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/test/MC/AArch64/FP8/dot.s
Log Message:
-----------
[LLVM][AArch64][tblgen]: Make operand suffix case-insinsitive (#76808)
Ex: `fdot v26.8H, v22.16B, v9.2B[0]` should be equivalent to `fdot
v26.8h, v22.16b, v9.2b[0]`
More information about the All-commits
mailing list