[PATCH] D155642: Unconditionally include intrinsic headers in MSVC mode

Alexander Neumann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 18 14:21:57 PDT 2023


Neumann-A created this revision.
Herald added a project: All.
Neumann-A requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Even though there is a significant compile time overhead for all users being a true drop in replacement for cl requires including the intrinsic headers without a guard.

Github issues (there are probably more related):
https://github.com/llvm/llvm-project/issues/53520
https://github.com/llvm/llvm-project/issues/63492


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155642

Files:
  clang/lib/Headers/bmiintrin.h
  clang/lib/Headers/immintrin.h
  clang/lib/Headers/keylockerintrin.h
  clang/lib/Headers/x86gprintrin.h
  clang/lib/Headers/x86intrin.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155642.541730.patch
Type: text/x-patch
Size: 25376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230718/7ead8556/attachment-0001.bin>


More information about the cfe-commits mailing list