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

Shubham Narlawar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 01:51:48 PDT 2022


gsocshubham added a comment.

In D130466#3675316 <https://reviews.llvm.org/D130466#3675316>, @nikic wrote:

> 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`.

Do you want me to set `ThreadModel::Single` if the flag `-fallow-store-data-races` is set?


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

https://reviews.llvm.org/D130466



More information about the llvm-commits mailing list