[PATCH] D55677: [Builltins][X86] Provide implementations of __lzcnt16, __lzcnt, __lzcnt64 for MS compatibility. Remove declarations from intrin.h and implementations from lzcntintrin.h

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 13 16:25:16 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL349098: [Builltins][X86] Provide implementations of __lzcnt16, __lzcnt, __lzcnt64 for… (authored by ctopper, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D55677?vs=178155&id=178160#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55677/new/

https://reviews.llvm.org/D55677

Files:
  cfe/trunk/include/clang/Basic/Builtins.def
  cfe/trunk/lib/CodeGen/CGBuiltin.cpp
  cfe/trunk/lib/Headers/intrin.h
  cfe/trunk/lib/Headers/lzcntintrin.h
  cfe/trunk/test/CodeGen/ms-intrinsics-other.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55677.178160.patch
Type: text/x-patch
Size: 6899 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181214/36b03909/attachment.bin>


More information about the cfe-commits mailing list