[PATCH] D130466: [LICM] Add option to allow data races

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 02:07:37 PDT 2022


nikic added a comment.

See also https://reviews.llvm.org/D115244 for a conditional store solution.

I think it would be more principled to key this off `ThreadModel::Single`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130466/new/

https://reviews.llvm.org/D130466



More information about the llvm-commits mailing list