[PATCH] D121714: [VP] fm flag transfer to SDNodes [VE] VVP_FMA fusion

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 10:22:51 PDT 2022


craig.topper added a comment.

In D121714#3388510 <https://reviews.llvm.org/D121714#3388510>, @simoll wrote:

> Fixing an SelectionDAG bug where `Flags` wouldn't be set in some cases of `SelectionDAG::getNode`. This bug fix may have (positive) trickle down effects on other targets.

Thanks!

The target independent parts look good to me. I didn't look too closely at the VE changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121714



More information about the llvm-commits mailing list