[all-commits] [llvm/llvm-project] 3728a7: [SVE] Add ISel for fabs(fsub(a, b)) ==> FABD.
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Wed Jan 5 04:02:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3728a7de34dceca3430b340c904209f29709f8e1
https://github.com/llvm/llvm-project/commit/3728a7de34dceca3430b340c904209f29709f8e1
Author: Paul Walker <paul.walker at arm.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/test/CodeGen/AArch64/sve-fp.ll
Log Message:
-----------
[SVE] Add ISel for fabs(fsub(a,b)) ==> FABD.
Differential Revision: https://reviews.llvm.org/D116227
More information about the All-commits
mailing list