================
@@ -0,0 +1,31 @@
+// RUN: %clang_cc1 -finclude-default-header -triple
dxil-pc-shadermodel6.6-library %s -fnative-half-type -fnative-int16-type
-emit-llvm-only -disable-llvm-passes -verify
+
+float2x2 test_too_few_arg(float2x2 p0) {
+ return __builtin_elementwise_max(p0);
----------------
kmpeng wrote:
We decided it's not necessary in a related PR:
https://github.com/llvm/llvm-project/pull/215379#discussion_r3753231035
https://github.com/llvm/llvm-project/pull/219537
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits