[all-commits] [llvm/llvm-project] cf2d80: [mlir][Transform] Fix transform::SequenceOp builder
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Mar 2 01:11:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf2d80b9a2a4ff6b53ca3c9efd5c740cd733e42d
https://github.com/llvm/llvm-project/commit/cf2d80b9a2a4ff6b53ca3c9efd5c740cd733e42d
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
Log Message:
-----------
[mlir][Transform] Fix transform::SequenceOp builder
Previously, the wrond type would be used and would not matche the number of locations triggering
an assertion failures in `createBlock`.
More information about the All-commits
mailing list