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

Shubham Narlawar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 03:39:30 PDT 2022


gsocshubham updated this revision to Diff 459009.
gsocshubham added a comment.

Fix build bot failure caused by change in clang-format version.

Combine thread model single check with global variable check.


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

https://reviews.llvm.org/D130466

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/include/llvm/Transforms/Utils/LoopUtils.h
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/Transforms/Scalar/LICM.cpp
  llvm/test/Transforms/LICM/promote-sink-store.ll
  llvm/test/Transforms/LICM/without-force-thread-model-single.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130466.459009.patch
Type: text/x-patch
Size: 15975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220909/6bb5f8bb/attachment.bin>


More information about the llvm-commits mailing list