[PATCH] D153355: [CodeGen] Add support for Splats in ComplexDeinterleaving pass

Nicholas Guy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 03:14:10 PDT 2023


NickGuy added a comment.

Looks good to me, but can you precommit the tests so we can see the expected differences?



================
Comment at: llvm/test/CodeGen/AArch64/complex-deinterleaving-splat.ll:52
+;
+define <4 x double> @complex_mul_non_const(<4 x double> %a, <4 x double> %b, [2 x double] %c) {
+; CHECK-LABEL: complex_mul_non_const:
----------------
What's the reason for the square brackets here?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153355/new/

https://reviews.llvm.org/D153355



More information about the llvm-commits mailing list