[llvm] [AMDGPU][SDAG] Legalise v2i32 or/xor/and instructions to make use of 64-bit wide instructions (PR #140694)
Chris Jackson via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 7 13:27:52 PDT 2025
================
@@ -4069,6 +4069,74 @@ SDValue AMDGPUTargetLowering::splitBinaryBitConstantOpImpl(
return DAG.getNode(ISD::BITCAST, SL, MVT::i64, Vec);
}
----------------
chrisjbris wrote:
Implemented - a much neater solution. Thanks @LU-JOHN .
https://github.com/llvm/llvm-project/pull/140694
More information about the llvm-commits
mailing list