This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add flag to disable promotion of uniform i16 ops
ClosedPublic

Authored by arsenm on Aug 4 2020, 5:44 AM.

Details

Summary

This should really be disable for GlobalISel. However, the fallback
only re-runs the selection passes, and doesn't go back and rerun any
codegen IR passes. I haven't come up with a good solution to this
problem.

Diff Detail