[PATCH] D155449: DAG: Constant fold frexp nodes

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 05:28:25 PDT 2023


arsenm created this revision.
arsenm added reviewers: bogner, foad, Pierre-vh, sepavloff, kpn.
Herald added subscribers: StephenFan, kerbowa, hiraditya, jvesely.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

Special casing the nonfinite exponent value everywhere is kind of
annoying.


https://reviews.llvm.org/D155449

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/test/CodeGen/AMDGPU/frexp-constant-fold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155449.540967.patch
Type: text/x-patch
Size: 15564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230717/36dcc277/attachment.bin>


More information about the llvm-commits mailing list