[PATCH] D95544: [LoopPeel] Use llvm.experimental.noalias.scope.decl for duplicating noalias metadata as needed.
Jeroen Dobbelaere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 27 10:23:51 PST 2021
jeroen.dobbelaere created this revision.
jeroen.dobbelaere added reviewers: nikic, jdoerfert.
Herald added subscribers: zzheng, hiraditya.
jeroen.dobbelaere requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The reduction of a sanitizer build failure when enabling the dominance check (D95335 <https://reviews.llvm.org/D95335>) showed that loop peeling also needs to take care of scope duplication, just like loop unrolling (D92887 <https://reviews.llvm.org/D92887>).
https://reviews.llvm.org/D95544
Files:
llvm/lib/Transforms/Utils/LoopPeel.cpp
llvm/test/Transforms/LoopUnroll/peel-loop-noalias-scope-decl.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95544.319613.patch
Type: text/x-patch
Size: 8906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210127/23aee773/attachment.bin>
More information about the llvm-commits
mailing list