[PATCH] D112936: [Docs] Document update_llc_test_checks.py in TestingGuide.rst

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 03:00:12 PDT 2021


RKSimon added a reviewer: MaskRay.
RKSimon added a comment.

We have a number of similar update scripts (which you allude to), please can you list them with a basic description of their purposes:

update_analyze_test_checks.py
opt --analyze --costmodel

update_cc_test_checks.py
clang c/c++

update_llc_test_checks.py
llc

update_mca_test_checks.py
llvm-mca

update_mir_test_checks.py
llc mir checks

update_test_checks.py
opt


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112936/new/

https://reviews.llvm.org/D112936



More information about the llvm-commits mailing list