[Mlir-commits] [mlir] [llvm] [mlir][bufferization] Add `BufferViewFlowOpInterface` (PR #78718)
Aart Bik
llvmlistbot at llvm.org
Wed Jan 24 10:02:03 PST 2024
================
@@ -63,13 +63,19 @@ class BufferViewFlowAnalysis {
/// results have to be changed.
void rename(Value from, Value to);
+ /// Return "true" if the given value is a terminal.
----------------
aartbik wrote:
Returns ...
is more consistent with surrounding style
https://github.com/llvm/llvm-project/pull/78718
More information about the Mlir-commits
mailing list