[llvm] [AMDGPU][SDAG] Legalise v2i32 or/xor/and instructions to make use of 64-bit wide instructions (PR #140694)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 16 08:10:23 PDT 2025
================
@@ -4097,7 +4144,9 @@ SDValue AMDGPUTargetLowering::performShlCombine(SDNode *N,
if (VT.getScalarType() != MVT::i64)
return SDValue();
- // i64 (shl x, C) -> (build_pair 0, (shl x, C - 32))
+
+
+ // i64 (shl x, C) -> (build_pair 0, (shl x, C -32))
----------------
shiltian wrote:
unrelated?
https://github.com/llvm/llvm-project/pull/140694
More information about the llvm-commits
mailing list