[llvm] [AMDGPU] selecting v_sat_pk instruction, version 2 (PR #123297)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 00:57:48 PST 2025
================
@@ -16,6 +16,10 @@ declare i16 @llvm.smax.i16(i16, i16)
declare <2 x i16> @llvm.smin.v2i16(<2 x i16>, <2 x i16>)
declare <2 x i16> @llvm.smax.v2i16(<2 x i16>, <2 x i16>)
+declare <4 x i16> @llvm.smin.v4i16(<4 x i16>, <4 x i16>)
----------------
arsenm wrote:
Test the 3 x case
https://github.com/llvm/llvm-project/pull/123297
More information about the llvm-commits
mailing list