llvm-project
022e1e99 - [mlir][memref]: Fix Bug in GlobalOp Verifier (#144900)

Commit
194 days ago
[mlir][memref]: Fix Bug in GlobalOp Verifier (#144900) When comparing the type of the initializer in a `memref::GlobalOp` against its result only consider the element type and the shape. Other attributes such as memory space should be ignored since comparing these between tensors and memrefs doesn't make sense and constructing a memref in a specific memory space with a tensor that has no such attribute should be valid. Signed-off-by: Jack Frankland <jack.frankland@arm.com>
Author
Parents
Loading