[Mlir-commits] [mlir] [mlir] Declare promised interfaces for all dialects (PR #78368)
Benjamin Kramer
llvmlistbot at llvm.org
Mon Mar 18 13:05:38 PDT 2024
d0k wrote:
> > That's not what mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp does, it dyn_casts first and OpFilters second. Should that be fixed?
>
> I would say tentatively yes based on what I understand OpFiltef to be about, but let’s ask @matthias-springer about the intended behavior for OpFilter?
Sent https://github.com/llvm/llvm-project/pull/85690 that fixes the issue I'm seeing, thanks.
https://github.com/llvm/llvm-project/pull/78368
More information about the Mlir-commits
mailing list