llvm-project/llvm/test/tools/UpdateTestChecks
Alex Richardson 996873cdcb [UpdateTestChecks] Use a counter for unpredictable FileCheck variables
Variable captures such as `<MCInst #` can change based on unrelated changes
to the LLVM backends, to avoid the generated test cases being different
use an incrementing counter for variable names instead of using the
actual value from the output file.
This change may also be beneficial for some nameless IR variables
(especially when combined with filtering of output), but for now I've
restricted this change to the obvious candidates (--asm-show-inst output).

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D125405
2022-05-14 14:40:50 +00:00
..
update_analyze_test_checks Require asserts in newly added test 2022-04-15 15:56:37 +03:00
update_llc_test_checks [UpdateTestChecks] Use a counter for unpredictable FileCheck variables 2022-05-14 14:40:50 +00:00
update_mir_test_checks
update_test_checks Reapply "[Intrinsics] Add `nocallback` to the default intrinsic attributes" 2022-03-25 09:36:50 -05:00
lit.local.cfg