[PATCH] D141914: WIP: Unwindabort: Add "unwindabort" syntax for the "resume" instruction.

Jon Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 17:03:07 PDT 2023


jroelofs added inline comments.


================
Comment at: llvm/lib/IR/AsmWriter.cpp:4080-4083
+  if (const ResumeInst *RI = dyn_cast<ResumeInst>(&I)) {
+    if (RI->isUnwindAbort())
+      Out << " unwindabort";
+  }
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141914



More information about the llvm-commits mailing list