The declarative conversion patterns caused crashes in the asan configuration.
The non-declarative implementation circumvents this.
Details
Details
- Reviewers
pifon2a - Commits
- rG8577a090f5f0: [MLIR][Shape] Fix lowering of `shape.get_extent`
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thank you!
mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp | ||
---|---|---|
104 | nit: if (auto shapeOfOp = op.shape().getDefiningOp<ShapeOfOp>()) { |
nit: