[all-commits] [llvm/llvm-project] 7cf5ac: Reapply "[mlir][llvm] Add intrinsic arg and result...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Wed Jul 30 05:55:03 PDT 2025


  Branch: refs/heads/users/gysit/reland2-intrinsic-arg-and-res-attrs
  Home:   https://github.com/llvm/llvm-project
  Commit: 7cf5ac5cd0b0158684c97adb8f8bcce443f9cc58
      https://github.com/llvm/llvm-project/commit/7cf5ac5cd0b0158684c97adb8f8bcce443f9cc58
  Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEIntrinsicOps.td
    M mlir/include/mlir/Dialect/ArmSVE/IR/ArmSVE.td
    M mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
    M mlir/include/mlir/Interfaces/CallInterfaces.td
    M mlir/include/mlir/Target/LLVMIR/ModuleImport.h
    M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
    M mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp
    M mlir/lib/Target/LLVMIR/LLVMImportInterface.cpp
    M mlir/lib/Target/LLVMIR/ModuleImport.cpp
    M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
    M mlir/test/Target/LLVMIR/Import/intrinsic.ll
    M mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir

  Log Message:
  -----------
  Reapply "[mlir][llvm] Add intrinsic arg and result attribute support (… (#151099)

This reverts commit 2780b8f22058b35a8e70045858b87a1966df8df3
and relands b7bfbc0c4c7b20d6623a5b0b4a7fea8ae08a62da.

Adds the following fixes compared to the original PR
(https://github.com/llvm/llvm-project/pull/150783):
- A bazel fix
- Use `let methods` instead of `list<InterfaceMethod> methods`

The missing forward declaration has been added in meantime
9164d206b33d61c93f5fc4628797485f96d654ca.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list