fix lane inst decoding (#1051)

This commit is contained in:
baggins183
2024-09-24 02:29:57 -07:00
committed by GitHub
parent 1620eea37b
commit 7f9bc0abbd
2 changed files with 13 additions and 15 deletions

View File

@@ -64,7 +64,6 @@ void Translator::S_BARRIER() {
// VOP2
void Translator::V_READFIRSTLANE_B32(const GcnInst& inst) {
const IR::ScalarReg dst{inst.dst[0].code};
const IR::U32 value{GetSrc(inst.src[0])};
if (info.stage != Stage::Compute) {