This is an archive of the discontinued LLVM Phabricator instance.

UpdateTestChecks: sparc march handling
ClosedPublic

Authored by lebedev.ri on May 22 2019, 3:56 AM.

Details

Summary

Another target that prefers to use -march in tests

llvm/test/CodeGen/SPARC$ grep -ri mtriple | wc -l
25
llvm/test/CodeGen/SPARC$ grep -ri march | wc -l
165

This test is being affected by a further patch,
so regenerate it to better visualize the changes

Diff Detail

Repository
rL LLVM

Event Timeline

lebedev.ri created this revision.May 22 2019, 3:56 AM
RKSimon accepted this revision.May 22 2019, 4:38 AM

LGTM

This revision is now accepted and ready to land.May 22 2019, 4:38 AM
This revision was automatically updated to reflect the committed changes.