[PATCH] D113437: [GlobalISel] Ensure that translateInvoke adds all successors for inlineasm

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 12:51:35 PST 2021


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-unwind-inline-asm.ll:51
   invoke void asm sideeffect unwind "bl trap", ""()
           to label %invoke.cont unwind label %lpad
 
----------------
Is there a test missing for the !canThrow case?


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

https://reviews.llvm.org/D113437



More information about the llvm-commits mailing list