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

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 01:32:33 PDT 2022


simoll updated this revision to Diff 416089.
simoll added a comment.

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.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121714

Files:
  llvm/include/llvm/IR/Operator.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/Target/VE/CMakeLists.txt
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.h
  llvm/lib/Target/VE/VVPCombine.cpp
  llvm/lib/Target/VE/VVPISelLowering.cpp
  llvm/test/CodeGen/VE/Vector/fuse_vp_fma.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121714.416089.patch
Type: text/x-patch
Size: 13497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220317/4b5cf05b/attachment.bin>


More information about the llvm-commits mailing list