[llvm] [AMDGPU][SDAG] Legalise v2i32 or/xor/and instructions to make use of 64-bit wide instructions (PR #140694)
Janek van Oirschot via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 4 09:17:14 PDT 2025
================
@@ -2459,6 +2462,7 @@ def : GCNPat<(fshr i32:$src0, i32:$src1, i32:$src2),
>;
} // end True16Predicate = UseFakeTrue16Insts
+
----------------
JanekvO wrote:
nit: remove newline
https://github.com/llvm/llvm-project/pull/140694
More information about the llvm-commits
mailing list