[PATCH] D42805: [utils] Refactor utils/update_{, llc_}test_checks.py to share more code

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 09:14:23 PST 2018


asb added a comment.

In https://reviews.llvm.org/D42805#996333, @dberlin wrote:

> These were actually deliberately split apart in the past year, so not sure what makes sense here.


Are you referring to https://reviews.llvm.org/rL305208? It seems to me that attempts to make update_test_checks also handle llc checks were abandoned, but this patch takes a different strategy: maintaining separate 'frontends' and separate logic where it makes sense, but adding common utility functions where possible.


Repository:
  rL LLVM

https://reviews.llvm.org/D42805





More information about the llvm-commits mailing list