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 kschwarz on Aug 18 2020, 7:11 AM. Authored by
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?