[PATCH] D47476: Support __iso_volatile_load8 etc on aarch64-win32.

Simon Tatham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 29 06:57:11 PDT 2018


simon_tatham created this revision.
Herald added a reviewer: javed.absar.
Herald added subscribers: cfe-commits, kristof.beyls.

These intrinsics are used by MSVC's header files on AArch64 Windows as
well as AArch32, so we should support them for both targets. I've
factored them out of CodeGenFunction::EmitARMBuiltinExpr into separate
functions that EmitAArch64BuiltinExpr can call as well.


Repository:
  rC Clang

https://reviews.llvm.org/D47476

Files:
  include/clang/Basic/BuiltinsAArch64.def
  lib/CodeGen/CGBuiltin.cpp
  lib/CodeGen/CodeGenFunction.h
  test/CodeGen/ms-volatile-aarch64.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47476.148900.patch
Type: text/x-patch
Size: 6196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180529/77b48345/attachment.bin>


More information about the cfe-commits mailing list