[PATCH] D137905: [GlobalISel] Add a new G_INVOKE_REGION_START instruction to fix an EH bug

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 20:37:36 PST 2022


aemerson updated this revision to Diff 477679.
aemerson retitled this revision from "[GlobalISel] Add new G_INVOKE_REGION_START/END instructions to fix an EH bug" to "[GlobalISel] Add a new G_INVOKE_REGION_START instruction to fix an EH bug".
aemerson edited the summary of this revision.
aemerson added a comment.

Remove G_INVOKE_REGION_END


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137905

Files:
  llvm/docs/GlobalISel/GenericOpcode.rst
  llvm/include/llvm/CodeGen/MachineBasicBlock.h
  llvm/include/llvm/Support/TargetOpcodes.def
  llvm/include/llvm/Target/GenericOpcodes.td
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/lib/CodeGen/MachineBasicBlock.cpp
  llvm/lib/CodeGen/MachineVerifier.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/invoke-region.ll
  llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-exceptions.ll
  llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-unwind-inline-asm.ll
  llvm/test/CodeGen/AArch64/GlobalISel/legalize-exceptions.ll
  llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
  llvm/test/MachineVerifier/test_g_invoke_region_start.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137905.477679.patch
Type: text/x-patch
Size: 17796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221124/de0c4cba/attachment.bin>


More information about the llvm-commits mailing list