[PATCH] D155213: [HIP] Add `-fno-offload-uniform-block`
Siu Chi Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 27 08:17:37 PDT 2023
scchan added inline comments.
================
Comment at: clang/lib/CodeGen/CGCall.cpp:2391
if (TargetDecl->hasAttr<OpenCLKernelAttr>()) {
if (getLangOpts().OpenCLVersion <= 120) {
----------------
The block here needs to be aware of this new flag.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155213/new/
https://reviews.llvm.org/D155213
More information about the cfe-commits
mailing list