[PATCH] D68510: [PATCH 27/38] [noalias] Clone scopes and llvm.noalias.decl when unrolling.
Jeroen Dobbelaere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 15:07:34 PDT 2019
jeroen.dobbelaere created this revision.
jeroen.dobbelaere added reviewers: hfinkel, jdoerfert.
Herald added subscribers: llvm-commits, zzheng, hiraditya.
Herald added a project: LLVM.
This is part of the series started by D68484 <https://reviews.llvm.org/D68484>.
Restrict variables that are declared inside a loop must get
an unique scope when the loop body is unrolled.
Note: this is a stable point and tests should run fine with the patches applied up to this point.
https://reviews.llvm.org/D68510
Files:
llvm/include/llvm/Transforms/Utils/NoAliasUtils.h
llvm/lib/Transforms/Utils/LoopUnroll.cpp
llvm/lib/Transforms/Utils/NoAliasUtils.cpp
llvm/test/Transforms/LoopUnroll/noalias.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68510.223313.patch
Type: text/x-patch
Size: 15883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/ffebb8b8/attachment.bin>
More information about the llvm-commits
mailing list