[llvm-branch-commits] [llvm] [AMDGPU] Support Wave Reduction for i16 types - 3 (PR #194812)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon May 4 07:02:38 PDT 2026
================
@@ -3144,3 +3482,8 @@ endif:
store i64 %combine, ptr addrspace(1) %out
ret void
}
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; GFX1132DAGISEL-FAKE16: {{.*}}
+; GFX1132GISEL-FAKE16: {{.*}}
+; GFX1164DAGISEL-FAKE16: {{.*}}
+; GFX1164GISEL-FAKE16: {{.*}}
----------------
arsenm wrote:
Can drop the unused check prefixes
https://github.com/llvm/llvm-project/pull/194812
More information about the llvm-branch-commits
mailing list