Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
Pierre van Houtryve ce72f78f37 [AMDGPU] Fix mul combine for MUL24 (#79110)
MUL24 can now return a i64 for i32 operands, but the combine was never
updated to handle this case. Extend the operand when rewriting the ADD
to handle it.

Fixes SWDEV-436654
2024-01-29 16:37:20 +01:00

214 KiB