Files
clang-p2996/llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp
Frederik Harwath 8a198f89bf [AMDGPU] si-peephole-sdwa: Remove dead code from createSDWAversion (#141462)
In an earlier state of this code, it was possible for an existing SDWA
MI to reach the code in the "createSDWAversion" function. This is no
longer possible; see assert at the top of the function.

Remove code that tries to handle operands on pre-existing SDWA
instructions from the function.
2025-05-26 15:28:03 +02:00

50 KiB