This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Remove unsigned variant of SrcOp
ClosedPublic

Authored by arsenm on Jun 18 2019, 10:27 AM.

Details

Summary

Force using Register.

One downside is the generated register enums require explicit
conversion.

Diff Detail