[PATCH] D130466: [LICM] - Add option to allow data races
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 29 08:17:04 PDT 2022
nikic added a comment.
Can you please run the test cases through `-sroa` (as in, commit the test case with SROA applied, not add it to the RUN line)? The current tests contain unnecessary alloca+load/store+lifetime.start/end.
================
Comment at: llvm/lib/Transforms/Scalar/LICM.cpp:116
+ cl::init(false),
+ cl::desc("Allow data races in LICM pass"));
+
----------------
Update description to match new option name?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130466/new/
https://reviews.llvm.org/D130466
More information about the llvm-commits
mailing list