[PATCH] D158329: [X86] Support arch=x86-64{,-v2,-v3,-v4} for target_clones attribute
Freddy, Ye via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 20 21:48:43 PDT 2023
FreddyYe added inline comments.
================
Comment at: compiler-rt/lib/builtins/cpu_model.c:167
+ FEATURE_WP,
+ FEATURE_LZCNT = 57,
+ FEATURE_MOVBE,
----------------
` = 57` redundant
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158329/new/
https://reviews.llvm.org/D158329
More information about the cfe-commits
mailing list