[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:36:45 PDT 2022
gsocshubham updated this revision to Diff 449641.
gsocshubham added a comment.
Use `ThreadModel::Single` instead of custom flag.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130466/new/
https://reviews.llvm.org/D130466
Files:
llvm/lib/Transforms/Scalar/LICM.cpp
llvm/test/Transforms/LICM/hoist-load-without-store.ll
llvm/test/Transforms/LICM/promote-capture.ll
llvm/test/Transforms/LICM/reg-promote.ll
llvm/test/Transforms/LICM/scalar-promote-memmodel.ll
llvm/test/Transforms/LICM/scalar-promote-opaque-ptrs.ll
llvm/test/Transforms/LICM/scalar-promote.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130466.449641.patch
Type: text/x-patch
Size: 12173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220803/a02349c8/attachment.bin>
More information about the llvm-commits
mailing list