[PATCH] D76705: [SystemZ] Improve foldMemoryOperandImpl: vec->FP conversions

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 8 12:53:00 PDT 2020


uweigand added a comment.

Hmm, talking about MemFold, I'm wondering about this:
​  // Fused multiply and add/sub need to have the same dst and accumulator reg.

Given that this check is necessary, what's then the point of having a MemFold for those ternary instructions in the first place?   Can't we then directly emit the target instruction?


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

https://reviews.llvm.org/D76705





More information about the llvm-commits mailing list