This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Prefer merge/unmerge ops to legalize TFE
ClosedPublic

Authored by arsenm on Jan 26 2020, 7:52 PM.

Details

Reviewers
nhaehnle
kerbowa
Summary

These have a better chance of combining with other operations and are
currently much better supported than G_EXTRACT.

Diff Detail