[all-commits] [llvm/llvm-project] fcc26b: [MLIR][LLVM] Remove typed pointer remnants from ta...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Fri Nov 3 13:21:58 PDT 2023


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

  Changed paths:
    M mlir/test/Target/LLVMIR/amx.mlir
    M mlir/test/Target/LLVMIR/arm-sme.mlir
    M mlir/test/Target/LLVMIR/arm-sve.mlir
    M mlir/test/Target/LLVMIR/llvmir-debug.mlir
    M mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir
    M mlir/test/Target/LLVMIR/llvmir-invalid.mlir
    M mlir/test/Target/LLVMIR/llvmir-types.mlir
    M mlir/test/Target/LLVMIR/llvmir.mlir
    M mlir/test/Target/LLVMIR/nvvmir.mlir
    M mlir/test/Target/LLVMIR/openacc-llvm.mlir
    M mlir/test/Target/LLVMIR/openmp-nested.mlir

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

This commit removes all LLVM dialect typed pointers from the target
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