[Mlir-commits] [mlir] [MLIR][GPUCommon] Remove typed pointer support (PR #70735)
Christian Ulmann
llvmlistbot at llvm.org
Tue Oct 31 01:21:26 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);
----------------
Dinistro wrote:
That's the plan, yes. We will be working on the LLVM dialect side once all users of typed pointers have been dropped.
https://github.com/llvm/llvm-project/pull/70735
More information about the Mlir-commits
mailing list