forked from OSchip/llvm-project
[mlir] Mark std.subview as NoSideEffect
Differential Revision: https://reviews.llvm.org/D96951
This commit is contained in:
parent
52113451fb
commit
5b20d80a03
|
@ -2587,7 +2587,7 @@ def SubIOp : IntBinaryOp<"subi"> {
|
||||||
|
|
||||||
def SubViewOp : BaseOpWithOffsetSizesAndStrides<
|
def SubViewOp : BaseOpWithOffsetSizesAndStrides<
|
||||||
"subview", [DeclareOpInterfaceMethods<ViewLikeOpInterface>,
|
"subview", [DeclareOpInterfaceMethods<ViewLikeOpInterface>,
|
||||||
OffsetSizeAndStrideOpInterface] > {
|
NoSideEffect, OffsetSizeAndStrideOpInterface] > {
|
||||||
let summary = "memref subview operation";
|
let summary = "memref subview operation";
|
||||||
let description = [{
|
let description = [{
|
||||||
The "subview" operation converts a memref type to another memref type
|
The "subview" operation converts a memref type to another memref type
|
||||||
|
|
Loading…
Reference in New Issue