[PATCH] D86141: [GlobalISel][IRTranslator] Support PHI instructions in landingpad blocks

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 09:44:40 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-exceptions.ll:128
+  ret i32 %r.0
+}
----------------
Is it legal to have debug info before the landing pad? If so can you add a test with that in the way too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86141



More information about the llvm-commits mailing list