[PATCH] D72006: [MLIR] Added llvm.invoke and llvm.landingpad

shraiysh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 03:30:30 PST 2020


shraiysh updated this revision to Diff 239052.
shraiysh marked 19 inline comments as done.
shraiysh edited the summary of this revision.
shraiysh added a comment.

I have tried to address all the comments pointed out by @rriddle . I have also made the builder for `llvm.InvokeOp`. Please let me know if anything else has to be done.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72006/new/

https://reviews.llvm.org/D72006

Files:
  mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
  mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
  mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
  mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
  mlir/test/Dialect/LLVMIR/roundtrip.mlir
  mlir/test/Target/import.ll
  mlir/test/Target/llvmir.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72006.239052.patch
Type: text/x-patch
Size: 24096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200120/e4c1ea06/attachment.bin>


More information about the llvm-commits mailing list