This is an archive of the discontinued LLVM Phabricator instance.

[utils][mips] Add support for mips for update_llc_checks.py
ClosedPublic

Authored by sdardis on Nov 20 2017, 1:47 PM.

Details

Summary

Add support for mips, particularly skipping the matching of .frame, .(f)mask
and LLVM's usage of the .set no(reorder|at|macro) directives.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.Nov 20 2017, 1:47 PM
spatel accepted this revision.Nov 26 2017, 9:45 AM

LGTM.

I'm not an expert on python or MIPS, so feel free to make changes as needed to make this script work. Glad to see more targets using this!

This revision is now accepted and ready to land.Nov 26 2017, 9:45 AM
sdardis retitled this revision from [utils, mips] Add support for mips for update_llc_checks.py to [utils][mips] Add support for mips for update_llc_checks.py.Nov 26 2017, 11:18 AM
sdardis edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.

Thanks for the review.