[all-commits] [llvm/llvm-project] ef0b8c: [AArch64][GISel] Expand coverage of FAdd and FSub.
David Green via All-commits
all-commits at lists.llvm.org
Wed Aug 23 01:51:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef0b8cf3f46b65532a3101c9e3dbab41e5d77db4
https://github.com/llvm/llvm-project/commit/ef0b8cf3f46b65532a3101c9e3dbab41e5d77db4
Author: David Green <david.green at arm.com>
Date: 2023-08-23 (Wed, 23 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/legalizer-info-validation.mir
A llvm/test/CodeGen/AArch64/faddsub.ll
Log Message:
-----------
[AArch64][GISel] Expand coverage of FAdd and FSub.
This adds some more extensive test coverage for fadd/fsub through global isel,
switching the opcodes to use the more complete ActionDefinitions to handle more
cases.
More information about the All-commits
mailing list