[all-commits] [llvm/llvm-project] fbde19: [MLIR][LLVM] Change addressof builders to use opaq...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Mon Oct 16 22:55:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fbde19a664e5fd7196080fb4ff0aeaa31dce8508
      https://github.com/llvm/llvm-project/commit/fbde19a664e5fd7196080fb4ff0aeaa31dce8508
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
    M mlir/examples/toy/Ch6/mlir/LowerToLLVM.cpp
    M mlir/examples/toy/Ch7/mlir/LowerToLLVM.cpp
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
    M mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir

  Log Message:
  -----------
  [MLIR][LLVM] Change addressof builders to use opaque pointers (#69215)

This commit changes the builders of the `llvm.mlir.addressof` operations
to no longer produce typed pointers.

As a consequence, a GPU to NVVM pattern and the toy example LLVM lowerings had to be updated, as they still relied on typed pointers.




More information about the All-commits mailing list