[all-commits] [llvm/llvm-project] dbf798: [mlir] Fix generating checks for multiple funcs in...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Thu Aug 3 09:02:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbf798fa646811c03e40c25f9bb3a456267c5a73
https://github.com/llvm/llvm-project/commit/dbf798fa646811c03e40c25f9bb3a456267c5a73
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2023-08-03 (Thu, 03 Aug 2023)
Changed paths:
M mlir/utils/generate-test-checks.py
Log Message:
-----------
[mlir] Fix generating checks for multiple funcs in generate-test-checks
This regressed in D154458 due to the added tracking of used variable
names that now also has to be cleared alongside the counter.
Reviewed By: rafaelubalmw, c-rhodes, awarzynski
Differential Revision: https://reviews.llvm.org/D156547
More information about the All-commits
mailing list