ir3: Fold ldc src immediates

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13142>
This commit is contained in:
Connor Abbott 2021-10-04 13:38:57 +02:00 committed by Marge Bot
parent 470bf75ff8
commit f8e9a50322
1 changed files with 0 additions and 1 deletions

View File

@ -959,7 +959,6 @@ ir3_valid_flags(struct ir3_instruction *instr, unsigned n, unsigned flags)
switch (instr->opc) {
case OPC_LDIB:
case OPC_STIB:
case OPC_LDC:
case OPC_RESINFO:
if (n != 0)
return false;