[all-commits] [llvm/llvm-project] 80cdd3: [LoopPeel] Use llvm.experimental.noalias.scope.dec...
dobbelaj-snps via All-commits
all-commits at lists.llvm.org
Mon Feb 1 01:03:00 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80cdd30eb90c3509bf315f1fa1369483e2448bbd
https://github.com/llvm/llvm-project/commit/80cdd30eb90c3509bf315f1fa1369483e2448bbd
Author: Jeroen Dobbelaere <jeroen.dobbelaere at synopsys.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M llvm/lib/Transforms/Utils/LoopPeel.cpp
A llvm/test/Transforms/LoopUnroll/peel-loop-noalias-scope-decl.ll
Log Message:
-----------
[LoopPeel] Use llvm.experimental.noalias.scope.decl for duplicating noalias metadata as needed.
The reduction of a sanitizer build failure when enabling the dominance check (D95335) showed that loop peeling also needs to take care of scope duplication, just like loop unrolling (D92887).
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D95544
More information about the All-commits
mailing list