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

fair this file didn't have any mention of clip in the other tests, but should 
be easy enough to make them all consistent.

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