This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Refine G_TRUNC legality rules
ClosedPublic

Authored by arsenm on Feb 17 2020, 10:39 AM.

Details

Summary

Scalarize most truncates. Avoid touching cases that could end up in
unresolvable infinite loops.

Diff Detail