This is an archive of the discontinued LLVM Phabricator instance.

Fixed test not to depend on loop unrolling pass
AbandonedPublic

Authored by mamai on May 4 2016, 10:20 AM.

Details

Reviewers
compnerd
rnk
Summary

This test have been broken by http://reviews.llvm.org/D19827, which re-enables loop unrolling at /Os. Since the goal of this test does not seem related unrolling, just disabled loop unroll pass when compiling this test.

Diff Detail

Repository
rL LLVM

Event Timeline

mamai updated this revision to Diff 56166.May 4 2016, 10:20 AM
mamai retitled this revision from to Fixed test not to depend on loop unrolling pass.
mamai updated this object.
mamai added a reviewer: compnerd.
mamai set the repository for this revision to rL LLVM.
mamai added a subscriber: cfe-commits.
mamai added a reviewer: rnk.May 4 2016, 10:30 AM
mamai abandoned this revision.May 4 2016, 10:46 AM

The test have been fixed otherwise in rev 268523.