[PATCH] D145343: [AMDGPU] Emit predefined macro `__AMDGCN_CUMODE_OPTION`

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 6 12:09:43 PST 2023


arsenm requested changes to this revision.
arsenm added a comment.
This revision now requires changes to proceed.

We can’t let specific flag usage leak into the semantics. Cu mode is on or off. If someone really cares about supporting older compilers they could always define their own macro


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145343/new/

https://reviews.llvm.org/D145343



More information about the cfe-commits mailing list