[clang] [NVPTX] Add support for maxclusterrank in launch_bounds (PR #66496)
Sam McCall via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 28 04:47:18 PDT 2023
================
@@ -10,6 +10,7 @@
//
//===----------------------------------------------------------------------===//
+#include "../Basic/Targets/NVPTX.h"
----------------
sam-mccall wrote:
@jchlanda ah, that's simpler than I expected! Wish I'd found that before reverting...
That looks good to me, I think rather than a new review you can just `git revert 0afbcb2`, make the changes you described above, `git amend -a` and change the description to "Reland [NVPTX] ...", run the tests and push.
Or if you prefer, send it as a new PR, happy to approve it.
https://github.com/llvm/llvm-project/pull/66496
More information about the cfe-commits
mailing list