[all-commits] [llvm/llvm-project] b0b19f: [mlir][bufferize][NFC] Rewrite op filter logic
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Apr 22 08:25:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0b19fae81f81a2908bef7cc448ecbdbb595285a
https://github.com/llvm/llvm-project/commit/b0b19fae81f81a2908bef7cc448ecbdbb595285a
Author: Matthias Springer <springerm at google.com>
Date: 2022-04-23 (Sat, 23 Apr 2022)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
Log Message:
-----------
[mlir][bufferize][NFC] Rewrite op filter logic
The `hasFilter` field is not needed. Instead, the filter accepts ops by default if no ALLOW rule was specified.
Differential Revision: https://reviews.llvm.org/D124264
More information about the All-commits
mailing list