Adding opcode IMAGE_SAMPLE_B_O (#2894)

* Adding opcode IMAGE_SAMPLE_B_O:

* fix clang (my first time !)
This commit is contained in:
Missake212 2025-05-09 17:01:34 +01:00 committed by GitHub
parent b130fe6ed5
commit 8d7cbf9943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,6 +143,7 @@ void Translator::EmitVectorMemory(const GcnInst& inst) {
case Opcode::IMAGE_SAMPLE_C_LZ:
case Opcode::IMAGE_SAMPLE_O:
case Opcode::IMAGE_SAMPLE_L_O:
case Opcode::IMAGE_SAMPLE_B_O:
case Opcode::IMAGE_SAMPLE_LZ_O:
case Opcode::IMAGE_SAMPLE_C_O:
case Opcode::IMAGE_SAMPLE_C_LZ_O: