Files
clang-p2996/llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
Florian Hahn 5c7bc6a0e6 [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
2025-05-13 08:44:11 +01:00

80 KiB