This is an archive of the discontinued LLVM Phabricator instance.

TableGen/GlobalISel: Handle non-leaf EXTRACT_SUBREG
ClosedPublic

Authored by arsenm on Jan 15 2020, 10:13 AM.

Details

Summary

This previously only handled EXTRACT_SUBREGs from leafs, such as
operands directly in the original output. Handle extracting from a
result instruction.

Diff Detail