[all-commits] [llvm/llvm-project] 5e1c2b: [AArch64][GlobalISel] Expand converage of FMA.
David Green via All-commits
all-commits at lists.llvm.org
Sat Oct 14 05:24:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e1c2bf3e6fca35ee0445b2a81d47e8576024186
https://github.com/llvm/llvm-project/commit/5e1c2bf3e6fca35ee0445b2a81d47e8576024186
Author: David Green <david.green at arm.com>
Date: 2023-10-14 (Sat, 14 Oct 2023)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fma.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
R llvm/test/CodeGen/AArch64/arm64-vfloatintrinsics.ll
M llvm/test/CodeGen/AArch64/fmla.ll
Log Message:
-----------
[AArch64][GlobalISel] Expand converage of FMA.
This moves the legalization of G_FMA to the action builder that can handle more
types. The existing arm64-vfloatintrinsics.ll has been removed as they are
covered in other test files.
More information about the All-commits
mailing list