[all-commits] [llvm/llvm-project] 7ed96b: [MLIR][LLVM] Remove last typed pointer remnants fr...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Sat Nov 4 06:13:45 PDT 2023


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

  Changed paths:
    R mlir/test/Conversion/FuncToLLVM/convert-types-typed-pointers.mlir
    M mlir/test/Conversion/GPUCommon/lower-launch-func-to-gpu-runtime-calls.mlir
    M mlir/test/Conversion/OpenMPToLLVM/convert-to-llvmir.mlir
    M mlir/test/Dialect/GPU/invalid.mlir
    M mlir/test/Dialect/GPU/module-to-binary-nvvm.mlir
    M mlir/test/Dialect/GPU/module-to-binary-rocdl.mlir
    M mlir/test/Dialect/GPU/outlining.mlir
    R mlir/test/Dialect/LLVMIR/canonicalize-typed-pointers.mlir
    R mlir/test/Dialect/LLVMIR/dynamic-gep-index-typed-pointers.mlir
    R mlir/test/Dialect/LLVMIR/global-typed-pointers.mlir
    R mlir/test/Dialect/LLVMIR/invalid-typed-pointers.mlir
    R mlir/test/Dialect/LLVMIR/layout-typed-pointers.mlir
    R mlir/test/Dialect/LLVMIR/nvvm-typed-pointers.mlir
    R mlir/test/Dialect/LLVMIR/parameter-attrs-invalid-typed-pointers.mlir
    M mlir/test/Dialect/LLVMIR/parameter-attrs-invalid.mlir
    R mlir/test/Dialect/LLVMIR/roundtrip-typed-pointers.mlir
    M mlir/test/Dialect/LLVMIR/sroa.mlir
    R mlir/test/Dialect/LLVMIR/types-invalid-typed-pointers.mlir
    R mlir/test/Dialect/LLVMIR/types-typed-pointers.mlir
    M mlir/test/Dialect/LLVMIR/types.mlir
    M mlir/test/Dialect/OpenACC/invalid.mlir
    M mlir/test/Dialect/OpenACC/ops.mlir
    M mlir/test/Dialect/OpenMP/canonicalize.mlir
    M mlir/test/Dialect/OpenMP/invalid.mlir
    M mlir/test/Dialect/OpenMP/ops.mlir
    M mlir/test/Dialect/SparseTensor/invalid.mlir
    M mlir/test/Dialect/SparseTensor/one_shot_bufferize_tensor_copy_insertion.mlir
    M mlir/test/Dialect/SparseTensor/rewriting_for_codegen.mlir
    M mlir/test/Dialect/SparseTensor/roundtrip.mlir
    M mlir/test/mlir-cpu-runner/simple.mlir
    M mlir/test/mlir-cpu-runner/x86-varargs.mlir
    M mlir/test/python/dialects/gpu/module-to-binary-nvvm.py
    M mlir/test/python/dialects/gpu/module-to-binary-rocdl.py

  Log Message:
  -----------
  [MLIR][LLVM] Remove last typed pointer remnants from tests (#71232)

This commit removes all LLVM dialect typed pointers from the lit tests.
Typed pointers have been deprecated for a while now and it's planned to
soon remove them from the LLVM dialect.

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