[all-commits] [llvm/llvm-project] b8064c: [mlir][llvm] Add trap intrinsics to the dialect

vic via All-commits all-commits at lists.llvm.org
Tue May 2 02:09:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b8064c1a039ef819a2f2ce0ca79990666b23366f
      https://github.com/llvm/llvm-project/commit/b8064c1a039ef819a2f2ce0ca79990666b23366f
  Author: Victor Perez <victor.perez at codeplay.com>
  Date:   2023-05-02 (Tue, 02 May 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
    M mlir/test/Target/LLVMIR/Import/intrinsic.ll
    M mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir

  Log Message:
  -----------
  [mlir][llvm] Add trap intrinsics to the dialect

Define llvm.trap, llvm.debugtrap, and llvm.ubsantrap intrinsics in the
llvm dialect.

Signed-off-by: Victor Perez <victor.perez at codeplay.com>

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




More information about the All-commits mailing list