[PATCH] D90901: [DAGCombiner] Don't fold ((fma (fneg X), Y, (fneg Z)) to fneg (fma X, Y, Z))

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 07:13:30 PDT 2021


RKSimon requested changes to this revision.
RKSimon added a comment.
This revision now requires changes to proceed.

As @spatel said, we need more per-target test coverage for this


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90901



More information about the llvm-commits mailing list