[Mlir-commits] [mlir] [MLIR][GPUCommon] Remove typed pointer support (PR #70735)

Guray Ozen llvmlistbot at llvm.org
Tue Oct 31 01:07:39 PDT 2023


================
@@ -210,7 +210,7 @@ class GEPIndicesAdaptor {
 /// string (operations inserted at the builder insertion point).
 Value createGlobalString(Location loc, OpBuilder &builder, StringRef name,
                          StringRef value, Linkage linkage,
-                         bool useOpaquePointers);
+                         bool useOpaquePointers = true);
----------------
grypp wrote:

I am guessing this will be removed incrementally. 

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


More information about the Mlir-commits mailing list