[PATCH] D48006: [WIP][utils][mips] Modify scrubbing to handle inline ASM

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 11 03:22:40 PDT 2018


sdardis created this revision.
Herald added subscribers: atanasyan, arichardson.

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 https://reviews.llvm.org/D47192.


Repository:
  rL LLVM

https://reviews.llvm.org/D48006

Files:
  test/CodeGen/Mips/cconv/arguments-varargs.ll
  utils/UpdateTestChecks/asm.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48006.150699.patch
Type: text/x-patch
Size: 117468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180611/c151b57e/attachment-0001.bin>


More information about the llvm-commits mailing list