[all-commits] [llvm/llvm-project] 0e4573: [mlir][generate-test-checks] Emit attributes with ...
Michael Maitland via All-commits
all-commits at lists.llvm.org
Wed Jun 11 15:19:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e457315f55889878ccbc3e35d4beb04e277733f
https://github.com/llvm/llvm-project/commit/0e457315f55889878ccbc3e35d4beb04e277733f
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2025-06-11 (Wed, 11 Jun 2025)
Changed paths:
M mlir/utils/generate-test-checks.py
Log Message:
-----------
[mlir][generate-test-checks] Emit attributes with rest of CHECK lines (#143759)
Prior to this patch, generating test checks in place put the ATTR
definitions at the very top of the file, above the RUN lines and
autogenerated note. All CHECK lines should below the RUN lines and
autogenerated note.
This change ensures that the attribute definitions are emitted with the
rest of the CHECK lines.
---------
Co-authored-by: Michael Maitland <michaelmaitland at meta.com>
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