[Mlir-commits] [mlir] [mlir][memref][spirv] Add conversion for memref.extract_aligned_point… (PR #86750)

Jakub Kuderski llvmlistbot at llvm.org
Mon Apr 15 09:52:06 PDT 2024


================
@@ -308,6 +308,17 @@ class CastPattern final : public OpConversionPattern<memref::CastOp> {
   }
 };
 
+/// Converts memref.extract_aligned_pointer_as_index to spirv.ConvertPtrToU.
+class ExtractAlignedPointerAsIndexOpPattern
----------------
kuhar wrote:

```suggestion
class ExtractAlignedPointerAsIndexOpPattern final
```

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


More information about the Mlir-commits mailing list