[all-commits] [llvm/llvm-project] 6c9b59: [MLIR] Fix generate-test-checks.py to not remove e...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Nov 4 18:48:16 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c9b5943f846839f8a188dd134a5a5a140d0c348
https://github.com/llvm/llvm-project/commit/6c9b5943f846839f8a188dd134a5a5a140d0c348
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2025-11-04 (Tue, 04 Nov 2025)
Changed paths:
M mlir/utils/generate-test-checks.py
Log Message:
-----------
[MLIR] Fix generate-test-checks.py to not remove every blank lines (#166493)
The stripping of the notes was done on a line-by-line basis which was
fragile and led to remove empty lines everywhere in the file. Instead we
can strip it as a single block before splitting the input into multiple
lines.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list