This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix missing immarg on llvm.amdgcn.interp.mov
ClosedPublic

Authored by arsenm on Jan 13 2020, 5:32 AM.

Details

Summary

The first operand maps to an immediate field, so this should be immarg.

Diff Detail

Event Timeline

arsenm created this revision.Jan 13 2020, 5:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 13 2020, 5:32 AM
nhaehnle accepted this revision.Jan 22 2020, 4:48 AM

This is probably fine. If a user didn't use an immediate it shouldn't have worked anyway. LGTM

This revision is now accepted and ready to land.Jan 22 2020, 4:48 AM