[all-commits] [llvm/llvm-project] 8a2720: Add more types to the LLVM dialect C API

Adam Paszke via All-commits all-commits at lists.llvm.org
Tue Jul 13 14:36:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a2720d81e159fc71550b10b4c34f1de912d5880
      https://github.com/llvm/llvm-project/commit/8a2720d81e159fc71550b10b4c34f1de912d5880
  Author: Adam Paszke <apaszke at google.com>
  Date:   2021-07-13 (Tue, 13 Jul 2021)

  Changed paths:
    M mlir/include/mlir-c/Dialect/LLVM.h
    M mlir/lib/CAPI/Dialect/LLVM.cpp
    M mlir/test/CAPI/llvm.c

  Log Message:
  -----------
  Add more types to the LLVM dialect C API

This includes:
- void type
- array types
- function types
- literal (unnamed) struct types

Reviewed By: jpienaar, ftynse

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




More information about the All-commits mailing list