[PATCH] D141913: WIP: Unwindabort: Add "unwindabort" syntax for the "call" instruction.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 11:51:54 PDT 2023


jyknight marked 7 inline comments as done.
jyknight added a comment.

In D141913#4059739 <https://reviews.llvm.org/D141913#4059739>, @barannikov88 wrote:

> I guess this should exposed via LLVM C API.

Adding a new patch to the series for this.

In D141913#4537106 <https://reviews.llvm.org/D141913#4537106>, @jroelofs wrote:

> I think this deserves an entry in `llvm/utils/vim/syntax/llvm.vim` under `keywords`.

Done. Also emacs/llvm-mode.el.



================
Comment at: llvm/test/Verifier/unwindabort-personality.ll:8
+  ret void
+; CHECK: Call with unwindabort needs to be in a function with a personality.
+}
----------------
lebedev.ri wrote:
> Need similar check for the `cannot use musttail with unwindabort`
That test (musttail-invalid.ll) had been previously added to the wrong commit in this series. Corrected. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141913



More information about the llvm-commits mailing list