[PATCH] D70673: [AArch64] Fix over-eager fusing of NEON SIMD MUL/ADD

Sanne Wouda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 29 01:44:47 PST 2019


sanwou01 marked 2 inline comments as done.
sanwou01 added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.cpp:4086
+  case MachineCombinerPattern::MULSUBv4i32_indexed_OP2:
+    // TODO: add SIMD MULADD etc.
     return true;
----------------
dmgreen wrote:
> Can you explain what this means? Are these not already SIMD MULADDs?
Ah, sorry,  that TODO was there to remind me to add them :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70673





More information about the llvm-commits mailing list