[PATCH] D80429: [NFC][PowerPC] Remove unused node PPCISD::VMADDFP and PPCISD::VNMSUBFP

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 24 20:15:26 PDT 2020


qiucf added a comment.

Thanks for doing this. Actually, we can't generate `vnmsubfp` for expected pattern now, since `fneg` is illegal for `v4f32` type: `(set v4f32:$vD, (fneg (fma v4f32:$vA, v4f32:$vC, (fneg v4f32:$vB))))`. We should be able to handle this after D76585 <https://reviews.llvm.org/D76585> landed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80429





More information about the llvm-commits mailing list