This is an archive of the discontinued LLVM Phabricator instance.

Add RISC-V support to update_llc_test_checks.py
ClosedPublic

Authored by asb on Nov 8 2017, 3:47 AM.

Details

Summary

This should be a trivial change, and I've started using it for generating all tests at https://github.com/lowrisc/riscv-llvm (i.e. it's been tested in action quite a lot). Note that the regex does not attempt to match .cfi_startproc, as I want to ensure compatibility for functions with the nounwind attribute.

Diff Detail

Repository
rL LLVM

Event Timeline

asb created this revision.Nov 8 2017, 3:47 AM
spatel accepted this revision.Nov 8 2017, 6:21 AM

LGTM - thanks!

This revision is now accepted and ready to land.Nov 8 2017, 6:21 AM
This revision was automatically updated to reflect the committed changes.