[all-commits] [llvm/llvm-project] dd245b: [LoopUnroll] Disable loop unroll when user explici...
syzaara via All-commits
all-commits at lists.llvm.org
Tue Dec 14 08:47:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd245bab9fbb364faa1581e4f92ba3119a872fba
https://github.com/llvm/llvm-project/commit/dd245bab9fbb364faa1581e4f92ba3119a872fba
Author: Zaara Syeda <syzaara at ca.ibm.com>
Date: 2021-12-14 (Tue, 14 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
Log Message:
-----------
[LoopUnroll] Disable loop unroll when user explicitly asks for unroll-and-jam
If a loop isn't forced to be unrolled, we want to avoid unrolling it when there
is an explicit unroll-and-jam pragma. This is to prevent automatic unrolling
from interfering with the user requested transformation.
Differential Revision: https://reviews.llvm.org/D114886
More information about the All-commits
mailing list