[PATCH] D75917: Expose llvm fence instruction as clang intrinsic
Saiyedul Islam via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 23 06:27:27 PDT 2020
saiislam marked an inline comment as done.
saiislam added inline comments.
================
Comment at: clang/lib/Sema/SemaChecking.cpp:2958
+ // Check that sync scope is a constant literal
+ if(!ArgExpr->EvaluateAsConstantExpr(ArgResult1,
+ Expr::EvaluateForCodeGen, Context))
----------------
@sameerds here is the check for sync scope to be constant literal
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75917/new/
https://reviews.llvm.org/D75917
More information about the cfe-commits
mailing list