[all-commits] [llvm/llvm-project] 5cfed7: [mlir] reduce excessive verification in transform
ftynse via All-commits
all-commits at lists.llvm.org
Fri Apr 17 06:34:36 PDT 2026
Branch: refs/heads/users/ftynse/transform-verify-less
Home: https://github.com/llvm/llvm-project
Commit: 5cfed7f06d37b925279987f823e53210603bb3ab
https://github.com/llvm/llvm-project/commit/5cfed7f06d37b925279987f823e53210603bb3ab
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