[PATCH] D94532: [DAG] SimplifyDemandedBits - use KnownBits comparisons to remove ISD::UMIN/UMAX ops

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 02:30:59 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG207f32948b24: [DAG] SimplifyDemandedBits - use KnownBits comparisons to remove ISD::UMIN/UMAX… (authored by RKSimon).

Changed prior to commit:
  https://reviews.llvm.org/D94532?vs=316935&id=317304#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94532

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/test/CodeGen/AMDGPU/r600-legalize-umax-bug.ll
  llvm/test/CodeGen/X86/combine-umin.ll
  llvm/test/CodeGen/X86/sdiv_fix_sat.ll
  llvm/test/CodeGen/X86/udiv_fix_sat.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94532.317304.patch
Type: text/x-patch
Size: 41725 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210118/a44ba2a1/attachment.bin>


More information about the llvm-commits mailing list