This is an archive of the discontinued LLVM Phabricator instance.

Move asm-printer-topological-order.ll to PowerPC backend.
ClosedPublic

Authored by timshen on Mar 31 2016, 3:50 PM.

Details

Reviewers
iteratee
Summary

On some other platforms the assembly format may be different. Move the test to PowerPC directory.

This is a post-commit review.

Diff Detail

Event Timeline

timshen updated this revision to Diff 52305.Mar 31 2016, 3:50 PM
timshen retitled this revision from to Move asm-printer-topological-order.ll to PowerPC backend..
timshen updated this object.
timshen added a reviewer: iteratee.
timshen added a subscriber: llvm-commits.
iteratee accepted this revision.Mar 31 2016, 4:05 PM
iteratee edited edge metadata.

Just a note for future reference, no need to change this file.

test/CodeGen/PowerPC/asm-printer-topological-order.ll
1

This is fine, but note that if you don't need to test it for multiple triples, you can put it it in the file.

This revision is now accepted and ready to land.Mar 31 2016, 4:05 PM
timshen closed this revision.Mar 31 2016, 4:13 PM

Thanks!