[PATCH] D147451: [CodeGen] Enable AArch64 SVE FCMLA/FCADD instruction generation in ComplexDeinterleaving
Igor Kirillov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 4 08:13:53 PDT 2023
igor.kirillov added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-add.ll:101
}
+
+; Expected to not transform
----------------
I am not sure if I should duplicate all fixed-width vector tests to reflect the fact that `llvm.experimental.vector.deinterleave2` is now supported there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147451/new/
https://reviews.llvm.org/D147451
More information about the llvm-commits
mailing list