[all-commits] [llvm/llvm-project] ad00e8: [DAG] Replace m_SpecificInt(1) -> m_One()

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Aug 8 10:21:28 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ad00e8a8ddf8fd5e3a49a1319bec93bfea8d37c1
      https://github.com/llvm/llvm-project/commit/ad00e8a8ddf8fd5e3a49a1319bec93bfea8d37c1
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-08-08 (Thu, 08 Aug 2024)

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

  Log Message:
  -----------
  [DAG] Replace m_SpecificInt(1) -> m_One()

For SDPatternMatch there's no difference in undef/poison vector element handling - in fact m_One() just wraps m_SpecificInt(1)



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list