summaryrefslogtreecommitdiff
path: root/mlir/utils/generate-test-checks.py
AgeCommit message (Expand)Author
2025-11-04[MLIR] Fix generate-test-checks.py to not remove every blank lines (#166493)Mehdi Amini
2025-10-14[mlir] Use MLIR op names when generating FileCheck variables in generate-test...Andrzej Warzyński
2025-09-08[utils] Process attribute references in lines defining attrs. (#156541)Slava Zakharin
2025-06-11[mlir][generate-test-checks] Emit attributes with rest of CHECK lines (#143759)Michael Maitland
2025-06-11[mlir][generate-test-checks] Do not emit the autogenerated note if it exists ...Michael Maitland
2025-04-25[mlir][utils] Update generate-test-checks.py (use SSA names) (#136819)Andrzej Warzyński
2025-04-23[mlir][utils] Update generate-test-checks.py (#136757)Andrzej Warzyński
2025-04-22[mlir][utils] Update generate-test-checks.py (#136721)Andrzej Warzyński
2025-04-11[mlir] Add support for broader range of input files in generate-test-checks.p...Kevin Gleason
2025-04-08[mlir] fix references of attributes which are not defined earlier (#134364)tdanyluk
2025-02-20[utils] Use stricter SSA regexp for CHECK-SAME. (#128083)Slava Zakharin
2023-08-03[mlir] Fix generating checks for multiple funcs in generate-test-checksBenjamin Maxwell
2023-07-07New features and bug fix in MLIR test generation toolRafael Ubal Tena
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2021-09-20Update MLIR generate-test-checks.py to add the notice from the source into th...Mehdi Amini
2020-06-16[MLIR] Add documentation for generate-check-lines.pyTim Shen
2020-06-16[MLIR] Remove generated spaces at eof for generate-test-checks.py.Tim Shen
2020-06-16[MLIR] Rework generate-test-checks.py to attach CHECK lines to the source (te...Tim Shen
2020-06-11Use python3 in generate-test-checks.py.Wen-Heng (Jack) Chung
2020-05-13[mlir] Change generate-test-checks.py to `%[[V:.*]]` styleSean Silva
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-10-20Fix minor spelling tweaks (NFC)Kazuaki Ishizaki
2019-09-19Remove unused import and two import formsJacques Pienaar
2019-09-17Add a preprocess pass to remove sequences that are problematic with FileCheckRiver Riddle
2019-08-13Add a utility script to auto-generate CHECK commands for mlir test cases.River Riddle