This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Select exp with patterns
ClosedPublic

Authored by arsenm on Jan 13 2020, 5:36 AM.

Details

Summary

This does produce slightly different code. Now a unique IMPLICIT_DEF
is emitted for each of the implicit_def operands, rather than reusing
the same one.

Diff Detail

Event Timeline

arsenm created this revision.Jan 13 2020, 5:36 AM
kerbowa accepted this revision.Jan 14 2020, 6:14 AM

LGTM

This revision is now accepted and ready to land.Jan 14 2020, 6:14 AM