[all-commits] [llvm/llvm-project] 8ec239: [AArch64][GISel] Expand coverage of FNeg.
David Green via All-commits
all-commits at lists.llvm.org
Thu Aug 24 04:00:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ec2392622413df0e1e0aa5963fb4424d68469cb
https://github.com/llvm/llvm-project/commit/8ec2392622413df0e1e0aa5963fb4424d68469cb
Author: David Green <david.green at arm.com>
Date: 2023-08-24 (Thu, 24 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/fneg.ll
Log Message:
-----------
[AArch64][GISel] Expand coverage of FNeg.
This adds some more extensive test coverage for fneg through global isel,
switching the opcodes to use the more complete ActionDefinitions to handle more
cases.
More information about the All-commits
mailing list