This is an archive of the discontinued LLVM Phabricator instance.

[flang] Only check for embox/rebox if defining op is present
ClosedPublic

Authored by clementval on Mar 13 2023, 2:36 AM.

Details

Summary

When the base box is a block argument, the defining op is null.
Only try to recover embox/rebox if there is a defining op.

Diff Detail