[llvm] [AMDGPU][SDAG] Legalise v2i32 or/xor/and instructions to make use of 64-bit wide instructions (PR #140694)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 24 05:14:15 PDT 2025
================
@@ -4189,6 +4234,53 @@ SDValue AMDGPUTargetLowering::performSrlCombine(SDNode *N,
SDLoc SL(N);
unsigned RHSVal;
+ // When the shl64_reduce optimisation code is passed through vector
----------------
arsenm wrote:
Same here, this looks like the same long combine repeated second time?
https://github.com/llvm/llvm-project/pull/140694
More information about the llvm-commits
mailing list