[PATCH] D130466: [LICM] - Add option to allow data races
Shubham Narlawar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 05:38:31 PDT 2022
gsocshubham added a comment.
In D130466#3694507 <https://reviews.llvm.org/D130466#3694507>, @efriedma wrote:
> Can we make this work off the existing clang option -mthread-model=single?
Done.
I have removed the flag. Now, if `ThreadModel::Single` is set, LICM will hoist load.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130466/new/
https://reviews.llvm.org/D130466
More information about the llvm-commits
mailing list