[all-commits] [llvm/llvm-project] 8e05ac: [DAGCombine] visitTRUNCATE - remove GetDemandedBit...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat May 2 11:52:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e05ac0a510c12cbe887aeb2ae9e9b030a010d3b
      https://github.com/llvm/llvm-project/commit/8e05ac0a510c12cbe887aeb2ae9e9b030a010d3b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-02 (Sat, 02 May 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

  Log Message:
  -----------
  [DAGCombine] visitTRUNCATE - remove GetDemandedBits call

rL368553 added SimplifyMultipleUseDemandedBits handling for ISD::TRUNCATE to SimplifyDemandedBits so we don't need to duplicate this (and it gets rid of another GetDemandedBits call which is slowly being replaced with SimplifyMultipleUseDemandedBits anyhow).




More information about the All-commits mailing list