[all-commits] [llvm/llvm-project] b4f591: [DAG] visitSHL - move SimplifyDemandedBits after a...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Oct 2 08:09:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b4f591363c834a0914da9ede2c581eafc0743936
      https://github.com/llvm/llvm-project/commit/b4f591363c834a0914da9ede2c581eafc0743936
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-10-02 (Mon, 02 Oct 2023)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/test/CodeGen/AArch64/ushl_sat.ll

  Log Message:
  -----------
  [DAG] visitSHL - move SimplifyDemandedBits after all standard folds to give them a chance to match

Pulled out of D155472




More information about the All-commits mailing list