[PATCH] D146988: [CodeGen] Enable processing of interconnected complex number operations

Igor Kirillov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 09:11:31 PDT 2023


igor.kirillov marked 3 inline comments as done.
igor.kirillov added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/complex-deinterleaving-multiuses.ll:4-5
 
 target triple = "aarch64-arm-none-eabi"
 ; Expected to not transform
 ;   *p = (a * b);
----------------
NickGuy wrote:
> Why is it not? The presence of `fcmla` in the expected output tells me that it is expected to transform
Yes! Forgot to update after rebasing on top of the pre-commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146988



More information about the llvm-commits mailing list