This is an archive of the discontinued LLVM Phabricator instance.

Move unit test to the proper location
ClosedPublic

Authored by twoh on Aug 3 2017, 1:13 PM.

Details

Summary

Move test/CodeGen/AArch64/reg-bank-128bit.mir to test/CodeGen/AArch64/GlobalISel/reg-bank-128bit.mir so that the test is executed only when global-isel is enabled. lit.local.cfg under test/CodeGen/AArch64/GlobalISel checks if 'global-isel' is in the available_features while the same file under test/CodeGen/AArch64 doesn't.

Diff Detail

Repository
rL LLVM

Event Timeline

twoh created this revision.Aug 3 2017, 1:13 PM
davide accepted this revision.Aug 3 2017, 1:54 PM
davide added a subscriber: davide.

LGTM.

This revision is now accepted and ready to land.Aug 3 2017, 1:54 PM
This revision was automatically updated to reflect the committed changes.