[PATCH] D20985: [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 3 13:44:52 PDT 2016


jlebar added a comment.

How is this different from test/SemaCUDA/launch_bounds.cu:27-28?  It does

  const int constint = 512;
  __launch_bounds__(constint) void TestConstInt(void);

which looks verbatim the same as this testcase.


http://reviews.llvm.org/D20985





More information about the cfe-commits mailing list