[PATCH] D130466: [LICM] - Add option to allow data races
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 10 03:12:00 PDT 2022
xbolva00 added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LICM.cpp:114
+static cl::opt<bool>
+ ThreadModelSingle("licm-force-thread-model-single", cl::Hidden,
+ cl::init(false),
----------------
You should rename this variable.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130466/new/
https://reviews.llvm.org/D130466
More information about the llvm-commits
mailing list