Files
clang-p2996/llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
Igor Kirillov 6850bc35c6 [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
2023-04-21 09:58:35 +00:00

35 KiB