[all-commits] [llvm/llvm-project] 966ffe: [mlir] reduce excessive verification in transform
ftynse via All-commits
all-commits at lists.llvm.org
Fri Apr 17 07:34:54 PDT 2026
Branch: refs/heads/users/ftynse/transform-verify-less
Home: https://github.com/llvm/llvm-project
Commit: 966ffea2f73b6728b5051e50002f9f1b6418dbd6
https://github.com/llvm/llvm-project/commit/966ffea2f73b6728b5051e50002f9f1b6418dbd6
Author: Alex Zinenko <git at ozinenko.com>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M mlir/lib/Dialect/Transform/IR/Utils.cpp
M mlir/test/Dialect/Transform/normal-forms.mlir
Log Message:
-----------
[mlir] reduce excessive verification in transform
`mergeSymbolsInto` called by the transform interpreter for named
sequence management was calling a full verifier after renaming symbols.
The renaming could have potentially broken symbol table-related
invariants, but not really anything else. Only verify the symbol
table-related invariants intead.
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