This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/MC: Fix decoders for VSrc_v2b32 and VSrc_v2f32 RegisterOperands
ClosedPublic

Authored by Petar.Avramovic on Feb 8 2023, 4:59 AM.

Details

Summary

Decoder should make 32 bit value when decoding immediates, not 64 bit.

Diff Detail