[PATCH] D51204: [COFF, ARM64] Add MS intrinsics: __getReg, _ReadStatusReg, _WriteStatusReg
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 24 01:20:25 PDT 2018
mstorsjo added a comment.
In MSVC, these ones seem to be declared in intrin.h, not in the arm64intr.h subheader, so to match closely perhaps we should declare them there as well?
The test, arm64-microsoft-intrinsics.c, doesn't actually include intrin.h nor arm64intr.h, so this test doesn't actually test anything of what this changes (this test would pass just as well before this change). Not sure if a test for this is mandatory or how we handle tests for lib/Headers though.
Repository:
rC Clang
https://reviews.llvm.org/D51204
More information about the cfe-commits
mailing list