The check for the landingpad instructions was overly restrictive. In optimimized builds PHI nodes can appear
before the landingpad instructions, resulting in a fallback to SelectionDAG.
This change relaxes the check to allow PHI nodes.
Differential D86141
[GlobalISel][IRTranslator] Support PHI instructions in landingpad blocks Authored by kschwarz on Aug 18 2020, 7:11 AM.
Details The check for the landingpad instructions was overly restrictive. In optimimized builds PHI nodes can appear This change relaxes the check to allow PHI nodes.
Diff Detail
Event Timeline
| ||||||||||||||||||||||||
Is the fixme still relevant?