[all-commits] [llvm/llvm-project] 509cb3: [AArch64] Correct the regtype of indexed fmlal
David Green via All-commits
all-commits at lists.llvm.org
Thu Jul 27 00:27:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 509cb334699a2360f2d87f184bc0f56f742c6fc3
https://github.com/llvm/llvm-project/commit/509cb334699a2360f2d87f184bc0f56f742c6fc3
Author: David Green <david.green at arm.com>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/test/CodeGen/AArch64/fmlal-loreg.ll
Log Message:
-----------
[AArch64] Correct the regtype of indexed fmlal
The indexed fmlal should use a low numbered register for the index operand,
which this fixes by making it V128_lo.
Fixes 64104
Differential Revision: https://reviews.llvm.org/D156296
More information about the All-commits
mailing list