[PATCH] D143633: [AMDGPU] Ignore unused bits in VINTERP encoding
Dmitry Preobrazhensky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 02:30:05 PST 2023
dp accepted this revision.
dp added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vinterp.txt:6
+# GFX11: v_interp_p10_f32 v0, v1, v2, v3{{$}}
+0x00,0x00,0x80,0xcd,0x01,0x05,0x0e,0x1c
----------------
Maybe add a comment describing the purpose of the test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143633/new/
https://reviews.llvm.org/D143633
More information about the llvm-commits
mailing list