================
@@ -37,3 +37,21 @@ void test_vector4(float4 Buf) {
   // SPIRV-NEXT: br label %[[ENDL]]
   clip(Buf);
 }
+
+void test_vector5(vector<float, 5> Buf) {
----------------
bob80905 wrote:

nit: name should be test_clip_vector5
Also, dont we just need the check for call i1 ...any.v5i1? I see there are 
plenty of checks above but I wonder if theyre needed.

https://github.com/llvm/llvm-project/pull/216905
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to