[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 07:54:21 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp:2032
 
   // FIXME: support Windows exception handling.
+  if (!isa<LandingPadInst>(EHPadBB->getFirstNonPHI()))
----------------
Is the fixme still relevant?


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