[all-commits] [llvm/llvm-project] e06699: [LoopUnroll] Disable loop unroll when user explici...
syzaara via All-commits
all-commits at lists.llvm.org
Wed Dec 15 07:58:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0669931afdb3f11f1f1e359482372ae5f3c8cd5
https://github.com/llvm/llvm-project/commit/e0669931afdb3f11f1f1e359482372ae5f3c8cd5
Author: Zaara Syeda <syzaara at ca.ibm.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
A llvm/test/Transforms/LoopUnrollAndJam/pragma-disable-unroll.ll
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.
Missed adding the testcase in earlier commit.
Differential Revision: https://reviews.llvm.org/D114886
More information about the All-commits
mailing list