[PATCH] D104723: [DAGCombine] Check reassoc flags in aggressive fsub fusion

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 09:54:58 PDT 2021


jsji created this revision.
jsji added reviewers: PowerPC, spatel, mcberg2017, qiucf, dfukalov, arsenm.
Herald added subscribers: kerbowa, hiraditya, nhaehnle, jvesely, nemanjai.
jsji requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

All the aggressive fsub fusion reassociate operations,
we should guard them with reassoc flag check.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104723

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/AMDGPU/fpext-free.ll
  llvm/test/CodeGen/PowerPC/fma-assoc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104723.353688.patch
Type: text/x-patch
Size: 8205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210622/9f78b790/attachment.bin>


More information about the llvm-commits mailing list