We are allowed to remove any values from the memref list for which there is no
memref in the retained list with a may-alias relation. Before removing, we
just have to make sure that the corresponding op results for all retained
memrefs with must-alias relation are updated accordingly. This means, the the
condition operand has to become part of the disjunction the result value is
computed with.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Fix docstring
mlir/lib/Dialect/Bufferization/Transforms/BufferDeallocationSimplification.cpp | ||
---|---|---|
110 | Oops, I refactored the function, but forgot to update the docstring. Let me fix that. | |
mlir/test/Dialect/Bufferization/Transforms/buffer-deallocation-simplification.mlir | ||
22–30 | https://llvm.org/docs/CommandGuide/FileCheck.html#the-com-directive It's actually not needed here because the comment does not include any FileCheck directive. I'm not sure what the best practices are, to always prefix with COM, or only when necessary. |
can't find this in the code