[PATCH] D31736: Implement _interlockedbittestandset as a builtin
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 5 16:45:24 PDT 2017
hans created this revision.
It's used by MS headers in VS 2017 without including intrin.h, so we can't implement it in the header anymore.
https://reviews.llvm.org/D31736
Files:
include/clang/Basic/Builtins.def
lib/CodeGen/CGBuiltin.cpp
lib/Headers/intrin.h
test/CodeGen/ms-intrinsics.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31736.94305.patch
Type: text/x-patch
Size: 4273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170405/96ad153d/attachment.bin>
More information about the cfe-commits
mailing list