[all-commits] [llvm/llvm-project] 0e7571: [AArch64][GISel] Expand lowering for fminimum and ...
David Green via All-commits
all-commits at lists.llvm.org
Sun Aug 6 06:37:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e757122a1ca170695510b2d372ba7163b2dd96d
https://github.com/llvm/llvm-project/commit/0e757122a1ca170695510b2d372ba7163b2dd96d
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
A llvm/test/CodeGen/AArch64/fminimummaximum.ll
Log Message:
-----------
[AArch64][GISel] Expand lowering for fminimum and fmaximum
This replicates the G_FMINNUM and G_FMAXNUM lowering to G_FMINIMUM and
G_FMAXIMUM, reusing the same action definition for lowering.
More information about the All-commits
mailing list