[all-commits] [llvm/llvm-project] 4a5969: [AArch64][SVE] Combine FADD and FMUL aarch64 intri...
Matthew Devereau via All-commits
all-commits at lists.llvm.org
Mon Nov 8 04:23:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a59694ba148ec551bb4ad85cf3fcabe4ddaeaa8
https://github.com/llvm/llvm-project/commit/4a59694ba148ec551bb4ad85cf3fcabe4ddaeaa8
Author: Matt <matthew.devereau at arm.com>
Date: 2021-11-08 (Mon, 08 Nov 2021)
Changed paths:
M llvm/include/llvm/IR/Operator.h
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
A llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-muladd.ll
Log Message:
-----------
[AArch64][SVE] Combine FADD and FMUL aarch64 intrinsics to FMLA
This is a refinement to the work in
https://reviews.llvm.org/D111638
Fold (fadd p a (fmul p b c)) into (fma p a b c)
Differential Revision: https://reviews.llvm.org/D113095
More information about the All-commits
mailing list