[PATCH] D119777: [X86] Introduce x86-cmov-converter-force-all
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 16 18:55:58 PST 2022
skan added inline comments.
================
Comment at: llvm/lib/Target/X86/X86CmovConversion.cpp:101-104
+ "x86-cmov-converter-force-all",
+ cl::desc("Convert all cmovs to branches."),
+ cl::init(false), cl::Hidden);
+
----------------
LGTM in general. Please reformat this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119777/new/
https://reviews.llvm.org/D119777
More information about the llvm-commits
mailing list