Traverse the cloneOp for aliases to find the alloc op
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
add dealloc alias check to bufferization
Traverse the cloneOp for aliases to find the alloc op
add dealloc alias check to bufferization
Traverse the cloneOp for aliases to find the alloc op
LGTM
mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp | ||
---|---|---|
452–453 | Find the dealloc op for the canonical source...? |
Nice, exactly what we want.
Can you address Uday's comment and the failing CI? I believe this is just a formatting issue:
ERROR git-clang-format returned an non-zero exit code 1
add dealloc alias check to bufferization
Traverse the cloneOp for aliases to find the alloc op
It's still failing the linter
You can likely just run git-clang-format HEAD~1 to fix this.
add dealloc alias check to bufferization
Traverse the cloneOp for aliases to find the alloc op
add dealloc alias check to bufferization
Traverse the cloneOp for aliases to find the alloc op
Find the dealloc op for the canonical source...?