[PATCH] D85849: [X86] Flatten feature dependency tree at compile-time

Nathan Huckleberry via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 11:25:00 PDT 2020


Nathan-Huckleberry created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
Nathan-Huckleberry requested review of this revision.

Using constexpr we can flatten the feature dependency tree at
compile-time so that no computation is required at run-time.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85849

Files:
  llvm/lib/Support/X86TargetParser.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85849.285147.patch
Type: text/x-patch
Size: 4219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200812/9ca15573/attachment.bin>


More information about the llvm-commits mailing list