[PATCH] D107249: [GlobalOpt] Don't replace alias with aliasee if either alias/aliasee may be preemptible
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 29 12:35:49 PST 2022
MaskRay updated this revision to Diff 404298.
MaskRay retitled this revision from "[GlobalOpt] Don't optimize out non-preemptible alias if aliasee may be preemptible" to "[GlobalOpt] Don't replace alias with aliasee if either alias/aliasee may be preemptible".
MaskRay edited the summary of this revision.
MaskRay added a comment.
Herald added a subscriber: jdoerfert.
Add a C example this patch will fix.
Update LangRef.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107249/new/
https://reviews.llvm.org/D107249
Files:
llvm/docs/LangRef.rst
llvm/lib/Transforms/IPO/GlobalOpt.cpp
llvm/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll
llvm/test/Transforms/GlobalOpt/alias-resolve.ll
llvm/test/Transforms/GlobalOpt/alias-used-address-space.ll
llvm/test/Transforms/GlobalOpt/alias-used.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107249.404298.patch
Type: text/x-patch
Size: 5116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220129/85c22c96/attachment.bin>
More information about the llvm-commits
mailing list