[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


================
@@ -2398,6 +2400,7 @@ def : GCNPat<(i32 (trunc (srl i64:$src0, (i32 ShiftAmt32Imm:$src1)))),
 } // end True16Predicate = NotHasTrue16BitInsts
 
 let True16Predicate = UseRealTrue16Insts in {
+
----------------
JanekvO wrote:

nit: remove newline

https://github.com/llvm/llvm-project/pull/140694


More information about the llvm-commits mailing list