[PATCH] D136047: [DAGCombiner] Option --combiner-select-seq

Anmol P. Paralkar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 16:02:34 PDT 2022


appcs updated this revision to Diff 473357.
appcs added a comment.

Added a cost-benefit option: --combiner-select-seq-min-cost-benefit
Added a check: <ConstantSDNode>.getAPIntValue().getMinSignedBits() <= 64


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

https://reviews.llvm.org/D136047

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/AArch64/combiner-select-seq.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136047.473357.patch
Type: text/x-patch
Size: 38939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221104/54a7cb24/attachment.bin>


More information about the llvm-commits mailing list