[all-commits] [llvm/llvm-project] 6850bc: [CodeGen] Enable AArch64 SVE FCMLA/FCADD instructi...
Igor Kirillov via All-commits
all-commits at lists.llvm.org
Fri Apr 21 03:29:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6850bc35c6b5420451ad96188870f069a6d35784
https://github.com/llvm/llvm-project/commit/6850bc35c6b5420451ad96188870f069a6d35784
Author: Igor Kirillov <igor.kirillov at arm.com>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M llvm/include/llvm/CodeGen/ComplexDeinterleavingPass.h
M llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
A llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-add-scalable.ll
M llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-add.ll
A llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-mul-scalable.ll
A llvm/test/CodeGen/AArch64/complex-deinterleaving-f32-add-scalable.ll
A llvm/test/CodeGen/AArch64/complex-deinterleaving-f32-mul-scalable.ll
A llvm/test/CodeGen/AArch64/complex-deinterleaving-f64-add-scalable.ll
A llvm/test/CodeGen/AArch64/complex-deinterleaving-f64-mul-scalable.ll
Log Message:
-----------
[CodeGen] Enable AArch64 SVE FCMLA/FCADD instruction generation in ComplexDeinterleaving
This commit adds support for scalable vector types in theComplexDeinterleaving
pass, allowing it to recognize and handle `llvm.vector.interleave2` and
`llvm.vector.deinterleave2` intrinsics for both fixed and scalable vectors
Differential Revision: https://reviews.llvm.org/D147451
More information about the All-commits
mailing list