[all-commits] [llvm/llvm-project] ea7f14: [DAG] SelectionDAG::GetDemandedBits - don't simpli...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Jul 28 06:47:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea7f14dad068b094d44648ca8bba3cd36b10d12a
      https://github.com/llvm/llvm-project/commit/ea7f14dad068b094d44648ca8bba3cd36b10d12a
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/test/CodeGen/X86/fpclamptosat.ll

  Log Message:
  -----------
  [DAG] SelectionDAG::GetDemandedBits - don't simplify opaque constants

I'm actually trying to get rid of GetDemandedBits - but while dismantling it I noticed that we were altering opaque constants. Fixing that causes a FP_TO_INT_SAT regression that should be addressed separately - I'll raise a bug.




More information about the All-commits mailing list