[all-commits] [llvm/llvm-project] 0efff7: [mlir] Add call_intrinsic op to LLVMIIR

Lily Orth-Smith via All-commits all-commits at lists.llvm.org
Wed Nov 2 15:57:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0efff7cdcb26917b9acd1a280911317ea12dc937
      https://github.com/llvm/llvm-project/commit/0efff7cdcb26917b9acd1a280911317ea12dc937
  Author: electriclilies <lily at modular.ai>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
    M mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp
    A mlir/test/Dialect/LLVMIR/call-intrin.mlir

  Log Message:
  -----------
  [mlir] Add call_intrinsic op to LLVMIIR

The call_intrinsic op allows us to call LLVM intrinsics from the LLVMDialect without implementing a new op every time.

Reviewed By: lattner, rriddle

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




More information about the All-commits mailing list