[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
Fri Mar 18 03:22:52 PDT 2022


simoll updated this revision to Diff 416441.
simoll marked 2 inline comments as done.
simoll added a comment.

- alphabetic file order in the `CMakeLists.txt`
- unchanged, just to reiterate: `contract` only checked on the `fmul`, not on the `fadd`.
- formatting


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.416441.patch
Type: text/x-patch
Size: 13505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220318/8577735a/attachment.bin>


More information about the llvm-commits mailing list