[all-commits] [llvm/llvm-project] 1fce8d: Fix the ComplexDeinterleaving bug when handling mi...

Igor Kirillov via All-commits all-commits at lists.llvm.org
Tue Jun 27 07:42:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1fce8df53a30182f2125c5e0986f9506481778f7
      https://github.com/llvm/llvm-project/commit/1fce8df53a30182f2125c5e0986f9506481778f7
  Author: Igor Kirillov <igor.kirillov at arm.com>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
    M llvm/test/CodeGen/AArch64/complex-deinterleaving-reductions-scalable.ll

  Log Message:
  -----------
  Fix the ComplexDeinterleaving bug when handling mixed reductions.

Add a missing check that ensures that ComplexDeinterleaving for reduction
is only analyzed for Real and Imaginary Instructions of the same type.

Differential Revision: https://reviews.llvm.org/D153862




More information about the All-commits mailing list