Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp | ||
---|---|---|
531 | I'm curious... What is asan complaining about here? |
mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp | ||
---|---|---|
531 | For linalg.map there is no block argument that corresponds to the init/output and the old code was still trying to call getArgument() with the Idx which is out-of-bounds. |
I'm curious... What is asan complaining about here?