[PATCH] D157420: [clang] Enable constexpr on LZCNT/POPCNT MS extension intrinsics

Alejandro Aguirre via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 8 13:11:49 PDT 2023


alexguirre updated this revision to Diff 548323.
alexguirre added a comment.

Added __lzcnt / __popcnt to the constexpr lists in LanguageExtensions.rst


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157420

Files:
  clang/docs/LanguageExtensions.rst
  clang/include/clang/Basic/Builtins.def
  clang/lib/AST/ExprConstant.cpp
  clang/test/CodeGen/ms-intrinsics-other.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157420.548323.patch
Type: text/x-patch
Size: 6373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230808/0786e829/attachment-0001.bin>


More information about the cfe-commits mailing list