[PATCH] D63141: [DAGCombine] GetNegatedExpression - add FMA\FMAD support

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 10:40:48 PDT 2019


RKSimon added a comment.

In D63141#1641307 <https://reviews.llvm.org/D63141#1641307>, @arsenm wrote:

> Should this also remove the AMDGPU version?


The problem we currently have is that AMDGPUTargetLowering::performFNegCombine allows multiple uses of the FMA/FMAD but the DAGCombine doesn't, so I'm going to suggest we wait until PR42863 to handle that.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63141





More information about the llvm-commits mailing list