[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:50:44 PDT 2022


gsocshubham added a comment.

In D130466#3675311 <https://reviews.llvm.org/D130466#3675311>, @xbolva00 wrote:

> Do you plan to introduce new flag like gcc’s  -fallow-store-data-races? They enable it only with -Ofast

I am planning to add this flag `-fallow-store-data-races` as an independant flag in LLVM.


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

https://reviews.llvm.org/D130466



More information about the llvm-commits mailing list