[all-commits] [llvm/llvm-project] acd17e: [AArch64][GISel] Expand handling for G_FSQRT to mo...
David Green via All-commits
all-commits at lists.llvm.org
Fri Aug 11 02:17:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: acd17ea662303b4f10b7bb78c5060ec67ef17ece
https://github.com/llvm/llvm-project/commit/acd17ea662303b4f10b7bb78c5060ec67ef17ece
Author: David Green <david.green at arm.com>
Date: 2023-08-11 (Fri, 11 Aug 2023)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-sqrt.mir
M llvm/test/CodeGen/AArch64/arm64-vfloatintrinsics.ll
M llvm/test/CodeGen/AArch64/fabs.ll
A llvm/test/CodeGen/AArch64/fsqrt.ll
Log Message:
-----------
[AArch64][GISel] Expand handling for G_FSQRT to more vector types
Similar to G_FABS, these can reuse the existing lowering to successfully handle
more types.
More information about the All-commits
mailing list