[all-commits] [llvm/llvm-project] 4993e4: [mlir][llvm] Drop `ResumeOp::verify()` function
vic via All-commits
all-commits at lists.llvm.org
Mon Apr 3 01:56:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4993e4e5d672312380d4e729bd3b96287620daab
https://github.com/llvm/llvm-project/commit/4993e4e5d672312380d4e729bd3b96287620daab
Author: Victor Perez <victor.perez at codeplay.com>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
Log Message:
-----------
[mlir][llvm] Drop `ResumeOp::verify()` function
In patch https://reviews.llvm.org/rG478bd0735fc094d3af37e9791df5118a402ae7a7,
this function was changed so that it always returns `success()`. Drop this
and explicitly state it won't be generated in the `.td` file and explain
`llvm.resume` restrictions will be checked in `LLVMFuncOp::verify()`.
Differential Revision: https://reviews.llvm.org/D147342
More information about the All-commits
mailing list