This is an archive of the discontinued LLVM Phabricator instance.

[WIP][utils][mips] Modify scrubbing to handle inline ASM
AbandonedPublic

Authored by atanasyan on Jun 11 2018, 3:20 AM.

Details

Reviewers
sdardis
Summary

Previously, the update_llc_test_checks.py script would scrub out assembly
that occurred after any inline assembly as it would match the start of an
inline asm block as the end of a function. This patch changes the MIPS asm
scrubbing so that it removes the ending .set {at,macro,reorder} from
functions.

Note: This is for demonstration purposes for D47192.

Diff Detail