[PATCH] D75917: Expose llvm fence instruction as clang intrinsic
Sameer Sahasrabuddhe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 23 20:07:05 PDT 2020
sameerds accepted this revision.
sameerds added a comment.
This revision is now accepted and ready to land.
Thanks @saiislam ... this looks much better!
Two nitpicks, that must be fixed. But it is okay if you directly submit after fixing them.
1. The change description should use "const char *" in the signature and not "String".
2. Can you please add a test that passes an integer constant as the scope? I am assuming that the signature check will complain that it is not a string.
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