[all-commits] [llvm/llvm-project] c268a3: DAG: Fix extract of load combine with mismatched v...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Feb 6 08:04:35 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c268a3f0934c625238a1391f6da55c10fecda9de
      https://github.com/llvm/llvm-project/commit/c268a3f0934c625238a1391f6da55c10fecda9de
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-02-06 (Thu, 06 Feb 2025)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    A llvm/test/CodeGen/ARM/pr122670-regression.ll

  Log Message:
  -----------
  DAG: Fix extract of load combine with mismatched vector element type

Fix the case where the vector element type of the loaded extractelement
input does not match the result type of the extract.

This fixes a regression reported after
c55a7659b38946350315ac4a18d9805deb1f0a54



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