[Mlir-commits] [mlir] [MLIR][AMDGPU] Implement reifyResultShapes for FatRawBufferCastOp (PR #171839)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Dec 11 11:56:34 PST 2025


================
@@ -146,6 +147,23 @@ LogicalResult FatRawBufferCastOp::inferReturnTypes(
   return success();
 }
 
+LogicalResult FatRawBufferCastOp::reifyResultShapes(
----------------
MaheshRavishankar wrote:

You can also just implement the `refiyResultOfDim` to just return the shape of one particular dim without having to return all the different dimensions that are not really needed to resolve a single `memref.dim` operation.

https://github.com/llvm/llvm-project/pull/171839


More information about the Mlir-commits mailing list