[all-commits] [llvm/llvm-project] b3eac1: [MLIR][Doc] Remove LLVM dialect typed pointer docu...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Sat Nov 4 07:24:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b3eac1ac1eb418110f96202d2a204b47c80855f2
      https://github.com/llvm/llvm-project/commit/b3eac1ac1eb418110f96202d2a204b47c80855f2
  Author: Christian Ulmann <christianulmann at gmail.com>
  Date:   2023-11-04 (Sat, 04 Nov 2023)

  Changed paths:
    M mlir/docs/Dialects/LLVM.md
    M mlir/docs/SPIRVToLLVMDialectConversion.md
    M mlir/docs/TargetLLVMIR.md
    M mlir/include/mlir/Conversion/LLVMCommon/Pattern.h
    M mlir/include/mlir/Dialect/LLVMIR/LLVMAttrDefs.td
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/include/mlir/Dialect/LLVMIR/LLVMTypes.td
    M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
    M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
    M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
    M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
    M mlir/unittests/Dialect/LLVMIR/LLVMTypeTest.cpp

  Log Message:
  -----------
  [MLIR][Doc] Remove LLVM dialect typed pointer documentation (#71246)

This commit removes all references to typed pointers. Typed pointers
have been deprecated for a while now and they will be removed in a
followup.

Related PSA:
https://discourse.llvm.org/t/psa-removal-of-typed-pointers-from-the-llvm-dialect/74502




More information about the All-commits mailing list