[all-commits] [llvm/llvm-project] f2f047: [test] Fix FullUnroll.ll
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Sep 17 16:00:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f2f0474c93ee67421fae007528ae4be20ae384f8
https://github.com/llvm/llvm-project/commit/f2f0474c93ee67421fae007528ae4be20ae384f8
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M llvm/test/Transforms/LoopUnroll/FullUnroll.ll
Log Message:
-----------
[test] Fix FullUnroll.ll
I believe the intention of this test added in
https://reviews.llvm.org/D71687 was to test LoopFullUnrollPass with
clang's -fno-unroll-loops, not its interaction with optnone. Loop
unrolling passes don't run under optnone/-O0.
Also added back unintentionally removed -disable-loop-unrolling from
https://reviews.llvm.org/D85578.
Reviewed By: echristo
Differential Revision: https://reviews.llvm.org/D86485
More information about the All-commits
mailing list