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

Markus Böck llvmlistbot at llvm.org
Mon Oct 30 15:20:24 PDT 2023


zero9178 wrote:

I see a few uses of `LLVMTypeConverter::getPointerType` in these files. E.g. here:
https://github.com/llvm/llvm-project/blob/fce83da0a429653c1b58a43554091ca037096c1c/mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp#L85-L88
Can we also remove these in favour of plain and canonical `LLVM::LLVMPointerType::get` calls? I think this will also lead to a lot of cleanups in a few places (here and other dialects) as the element type is now dead code.

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


More information about the Mlir-commits mailing list