[all-commits] [llvm/llvm-project] ffc5ed: [AArch64][GISel] Expand handling for G_FABS to mor...
David Green via All-commits
all-commits at lists.llvm.org
Sun Aug 6 06:58:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffc5ed976a47b28a7b59673614e6f0bac770c4a9
https://github.com/llvm/llvm-project/commit/ffc5ed976a47b28a7b59673614e6f0bac770c4a9
Author: David Green <david.green at arm.com>
Date: 2023-08-06 (Sun, 06 Aug 2023)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
M llvm/test/CodeGen/AArch64/arm64-vfloatintrinsics.ll
M llvm/test/CodeGen/AArch64/fabs.ll
Log Message:
-----------
[AArch64][GISel] Expand handling for G_FABS to more vector types.
This now reuses the existing lowering for G_FMIN/MAX for G_FABS too, which can
handle more type successfully. We can hopefully reuse the same pattern action
definition for other fp operations too.
More information about the All-commits
mailing list