[all-commits] [llvm/llvm-project] 790729: [DAG] Apply Disjoint flag. (#118045)

fengfeng via All-commits all-commits at lists.llvm.org
Mon Dec 2 17:21:24 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7907292daa781aaba2be531a8599998f5fd3f645
      https://github.com/llvm/llvm-project/commit/7907292daa781aaba2be531a8599998f5fd3f645
  Author: fengfeng <153487255+fengfeng09 at users.noreply.github.com>
  Date:   2024-12-03 (Tue, 03 Dec 2024)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    A llvm/test/CodeGen/AArch64/apply-disjoint-flag-in-dagcombine.ll

  Log Message:
  -----------
  [DAG] Apply Disjoint flag. (#118045)

or disjoint (or disjoint (x, c0), c1)
-->
or disjont x, or (c0, c1)
Alive2: https://alive2.llvm.org/ce/z/3wPth5

---------

Signed-off-by: feng.feng <feng.feng at iluvatar.com>



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