[all-commits] [llvm/llvm-project] 39dd29: [mlir][emitc] Disallow !emitc.opaque pointers

Marius Brehler via All-commits all-commits at lists.llvm.org
Thu Apr 28 08:09:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39dd29736ffa8e027400a2655861ca36929004a6
      https://github.com/llvm/llvm-project/commit/39dd29736ffa8e027400a2655861ca36929004a6
  Author: Marius Brehler <marius.brehler at iml.fraunhofer.de>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
    M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
    M mlir/test/Dialect/EmitC/invalid_types.mlir
    M mlir/test/Dialect/EmitC/types.mlir

  Log Message:
  -----------
  [mlir][emitc] Disallow !emitc.opaque pointers

Fordbids to express pointer via the `!emitc.opaque` type. Point the user
to use the `!emitc.ptr` type instead.

Reviewed By: jpienaar

Differential Revision: https://reviews.llvm.org/D124002




More information about the All-commits mailing list