[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
Wed Jun 18 09:01:39 PDT 2025
================
@@ -4025,9 +4025,9 @@ SDValue AMDGPUTargetLowering::performIntrinsicWOChainCombine(
/// Split the 64-bit value \p LHS into two 32-bit components, and perform the
/// binary operation \p Opc to it with the corresponding constant operands.
SDValue AMDGPUTargetLowering::splitBinaryBitConstantOpImpl(
- DAGCombinerInfo &DCI, const SDLoc &SL,
- unsigned Opc, SDValue LHS,
- uint32_t ValLo, uint32_t ValHi) const {
+ DAGCombinerInfo &DCI, const SDLoc &SL,
+ unsigned Opc, SDValue LHS,
+ uint32_t ValLo, uint32_t ValHi) const {
----------------
shiltian wrote:
it looks like this is just a format change, can be in a NFC and directly commit it
https://github.com/llvm/llvm-project/pull/140694
More information about the llvm-commits
mailing list