[all-commits] [llvm/llvm-project] 681d59: [mlir][llvm] Improve error message when translatin...
Jeff Niu via All-commits
all-commits at lists.llvm.org
Fri Jul 28 10:04:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 681d59f9ed092f4d6329ab4685c8793641b86181
https://github.com/llvm/llvm-project/commit/681d59f9ed092f4d6329ab4685c8793641b86181
Author: Mogball <jeff at modular.com>
Date: 2023-07-28 (Fri, 28 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp
M mlir/test/Dialect/LLVMIR/call-intrin.mlir
Log Message:
-----------
[mlir][llvm] Improve error message when translating `llvm.call_intrinsic` (RELAND)
This is more user-friendly over an opaque crash.
Reland after fixing bad rebase.
More information about the All-commits
mailing list