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

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 16:03:46 PST 2021


paquette added inline comments.


================
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
 
----------------
arsenm wrote:
> Is there a test missing for the !canThrow case?
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-no-unwind-inline-asm.ll should test that path.


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

https://reviews.llvm.org/D113437



More information about the llvm-commits mailing list