diff --git a/src/IR/IR.jl b/src/IR/IR.jl index bfd83aeb..56bb924f 100644 --- a/src/IR/IR.jl +++ b/src/IR/IR.jl @@ -532,7 +532,7 @@ function create_operation( end op = API.mlirOperationCreate(state) if mlirIsNull(op) - error("Create Operation failed") + error("Create Operation '$name' failed") end Operation(op, true) end