This revision was automatically updated to reflect the committed changes.
Closed by commit rG00158ae236dd: [clang] Enable constexpr on LZCNT/POPCNT MS
extension intrinsics (authored by alexguirre, committed by RKSimon).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://re
alexguirre added a comment.
Alejandro Aguirre
alexguirre...@gmail.com
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157420/new/
https://reviews.llvm.org/D157420
___
cfe-commits mailing list
cfe-commits@l
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM - cheers
@alexguirre Please post your full name / email and I'll commit this for you
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D15742
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
RKSimon added reviewers: erichkeane, aaron.ballman.
RKSimon added a comment.
Please can you add them 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
alexguirre created this revision.
alexguirre added a reviewer: RKSimon.
Herald added a project: All.
alexguirre requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This enables us to use __lzcnt / __popcnt intrinsics inside constexpr code.
Re