[PATCH] D139100: Add update_any_test_checks.py convenience utility

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 04:52:28 PST 2022


foad added a comment.

Great idea.

I always run update_llc_test_checks.py with --llc-binary=... and update_test_checks.py with --opt-binary=... How does this new tool support that? Or do I need to change my workflow?

Also, probably out of scope for this patch, but does it handle files that have checks generated by two or more tools, like test/CodeGen/AMDGPU/infinite-loop.ll?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139100



More information about the llvm-commits mailing list