[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
Mon Jun 16 08:28:26 PDT 2025
================
@@ -5930,6 +5938,19 @@ SDValue SITargetLowering::splitUnaryVectorOp(SDValue Op,
return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(Op), VT, OpLo, OpHi);
}
+// Enable lowering of ROTR for vxi32 types. This is a workaround for a
+// regression in rotr.ll, whereby extra unnecessary instructions were added to
----------------
chrisjbris wrote:
Corrected, thanks.
https://github.com/llvm/llvm-project/pull/140694
More information about the llvm-commits
mailing list