Files
clang-p2996/llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
Florian Hahn f10153fe91 [Matrix] Handle integer types when distributing transposes across adds.
The current code did not properly account for integer matrixes. Check
if the operands are floating point or integer matrixes and use FAdd/Add
accordingly.

This is already done for other cases, like multiplies.

Fixes #62281.
2023-04-21 16:35:11 +01:00

100 KiB