[all-commits] [llvm/llvm-project] 5c7bc6: [ComplexDeinterleave] Don't try to combine single ...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue May 13 00:44:32 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c7bc6a0e6a5093812e6aa9719f7d98d14bb0015
      https://github.com/llvm/llvm-project/commit/5c7bc6a0e6a5093812e6aa9719f7d98d14bb0015
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-05-13 (Tue, 13 May 2025)

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

  Log Message:
  -----------
  [ComplexDeinterleave] Don't try to combine single FP reductions. (#139469)

Currently the apss tries to combine floating point reductions, without
checking for the correct fast-math flags and it also creates invalid IR
(using llvm.reduce.add for FP types).

For now, just bail out for non-integer types.

PR: https://github.com/llvm/llvm-project/pull/139469



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