We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c4663 commit cb5fe6cCopy full SHA for cb5fe6c
mlir/lib/Dialect/Arith/Transforms/BufferDeallocationOpInterfaceImpl.cpp
@@ -16,8 +16,6 @@
16
using namespace mlir;
17
using namespace mlir::bufferization;
18
19
-static bool isMemref(Value v) { return v.getType().isa<BaseMemRefType>(); }
20
-
21
namespace {
22
/// Provides custom logic to materialize ownership indicator values for the
23
/// result value of 'arith.select'. Instead of cloning or runtime alias
0 commit comments