[PATCH] D130466: [LICM] - Add option to allow data races
Shubham Narlawar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 20 02:18:29 PDT 2022
gsocshubham updated this revision to Diff 461517.
gsocshubham added a comment.
1. Remove attributes from LIT tests.
2. Run --instnamer on LIT tests.
3. Rename testcases as below -
promote-sink-store-arg.ll
-> No store promotion
promote-sink-store-capture.ll
-> Store promotion
promote-sink-store-constant-global.ll
-> No store promotion
promote-sink-store-global.ll
-> Store promotion
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-arg.ll
llvm/test/Transforms/LICM/promote-sink-store-capture.ll
llvm/test/Transforms/LICM/promote-sink-store-constant-global.ll
llvm/test/Transforms/LICM/promote-sink-store-global.ll
llvm/test/Transforms/LICM/promote-sink-store.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130466.461517.patch
Type: text/x-patch
Size: 41369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220920/7d5e95b7/attachment-0001.bin>
More information about the llvm-commits
mailing list