This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Remove unnecessary run lines from test
ClosedPublic

Authored by tstellarAMD on Oct 19 2016, 12:18 PM.

Details

Summary

This test had run lines disabling/enabling the promote alloca pass, but
enabling/disabling promote alloca had no impact on the output.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Remove unnecessary run lines from test.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
mgrang added a subscriber: mgrang.Oct 19 2016, 12:20 PM
mgrang added inline comments.
test/CodeGen/AMDGPU/flat-address-space.ll
2 ↗(On Diff #75196)

We also don't explicitly need -check-prefix=CHECK

Remove unnecessary -check-prefix

This revision was automatically updated to reflect the committed changes.