This is an archive of the discontinued LLVM Phabricator instance.

[GlobalIsel][X86] support G_TRUNC selection.
ClosedPublic

Authored by igorb on Apr 16 2017, 12:47 AM.

Details

Summary

[GlobalIsel][X86] support G_TRUNC selection.
Add regbank-select and legalizer tests. Currently legalization of trunc i64 on 32bit platform not supported.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb created this revision.Apr 16 2017, 12:47 AM
zvi accepted this revision.Apr 19 2017, 3:43 AM

LGTM

This revision is now accepted and ready to land.Apr 19 2017, 3:43 AM
This revision was automatically updated to reflect the committed changes.