================
@@ -12,7 +12,7 @@ __launch_bounds__(0x10000000000000000) void
TestWayTooBigArg(void); // expected-
__launch_bounds__(-128, 7) void TestNegArg1(void); // expected-warning
{{'launch_bounds' attribute parameter 0 is negative and will be ignored}}
__launch_bounds__(128, -7) void TestNegArg2(void); // expected-warning
{{'launch_bounds' attribute parameter 1 is negative and will be ignored}}
----------------
jchlanda wrote:
Done in 028d270290218f3cc4fb35acc721b0645f2118ea
https://github.com/llvm/llvm-project/pull/66496
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits