[PATCH] D159250: [X86][RFC] Add new option `-m[no-]evex512` to disable ZMM and 64-bit mask instructions for AVX512 features
Kan Shengchen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 3 22:48:19 PDT 2023
skan added inline comments.
================
Comment at: llvm/lib/Target/X86/X86Subtarget.cpp:275
+ size_t posEVEX512 = FS.rfind("+evex512");
+ size_t posAVX512F = FS.rfind("+avx512");
+
----------------
Missing f?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159250/new/
https://reviews.llvm.org/D159250
More information about the cfe-commits
mailing list