Windows SDK needs these intrinsics to be proper builtins. This is second in a series of patches to move intrinsic defintions out of intrin.h.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D54046
[COFF, ARM64] Implement InterlockedExchange*_* builtins ClosedPublic Authored by mgrang on Nov 2 2018, 1:35 PM.
Details Summary Windows SDK needs these intrinsics to be proper builtins. This is second in a series of patches to move intrinsic defintions out of intrin.h.
Diff Detail
Event TimelineHerald added subscribers: kristina, jfb, chrib and 2 others. · View Herald TranscriptNov 2 2018, 1:35 PM This revision is now accepted and ready to land.Nov 2 2018, 1:50 PM Closed by commit rL346044: [COFF, ARM64] Implement InterlockedExchange*_* builtins (authored by mgrang). · Explain WhyNov 2 2018, 2:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 172432 cfe/trunk/include/clang/Basic/BuiltinsAArch64.def
cfe/trunk/include/clang/Basic/BuiltinsARM.def
cfe/trunk/lib/CodeGen/CGBuiltin.cpp
cfe/trunk/lib/Headers/intrin.h
cfe/trunk/test/CodeGen/ms-intrinsics.c
|