[all-commits] [llvm/llvm-project] 2a40ec: [DAG] SimplifyDemandedBits - fix isOperationLegal ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Oct 17 09:50:43 PDT 2023


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

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

  Log Message:
  -----------
  [DAG] SimplifyDemandedBits - fix isOperationLegal typo in D146121

We need to check that the simplified ISD::SRL node is legal, not the old one

Noticed while trying to isolate the regressions in D155472




More information about the All-commits mailing list