[PATCH] D88370: Emit predefined macro for wavefront size for amdgcn

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 09:36:54 PDT 2020


arsenm added inline comments.


================
Comment at: clang/lib/Basic/Targets/AMDGPU.h:419
+
+    if (llvm::find(Features, "+wavefrontsize64") != Features.end())
+      WavefrontSize = 64;
----------------
Why is this not redundant with the features check?


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

https://reviews.llvm.org/D88370



More information about the cfe-commits mailing list