[all-commits] [llvm/llvm-project] a21583: [mlir][LLVMIR] Apply CallOp/CallableInterface on s...

Min-Yih Hsu via All-commits all-commits at lists.llvm.org
Tue Jul 5 09:28:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a2158374ba1a6f81f4cce3eb54d0bc44f3ab75e0
      https://github.com/llvm/llvm-project/commit/a2158374ba1a6f81f4cce3eb54d0bc44f3ab75e0
  Author: Min-Yih Hsu <minyihh at uci.edu>
  Date:   2022-07-05 (Tue, 05 Jul 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMDialect.h
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    A mlir/test/Dialect/LLVMIR/callgraph.mlir

  Log Message:
  -----------
  [mlir][LLVMIR] Apply CallOp/CallableInterface on suitable operations

  - Applying CallOpInterface on CallOp and InvokeOp.
  - Applying CallableInterface on LLVMFuncOp.

We're testing the changes using CallGraph, which uses both interfaces.

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




More information about the All-commits mailing list