This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Fix IRTranslator for constantexpr selects
ClosedPublic

Authored by arsenm on May 19 2020, 6:16 AM.

Details

Summary

This was assuming a select is always an instruction, which is not
true.

Diff Detail

Event Timeline

arsenm created this revision.May 19 2020, 6:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2020, 6:16 AM
foad accepted this revision.May 19 2020, 6:32 AM

Seems obvious.

This revision is now accepted and ready to land.May 19 2020, 6:32 AM