================
@@ -9669,6 +9670,9 @@ int SIInstrInfo::pseudoToMCOpcode(int Opcode) const {
 
   int MCOp = AMDGPU::getMCOpcode(Opcode, Gen);
 
+  if (MCOp == (uint16_t)-1 && ST.hasGFX1250Insts())
----------------
rampitec wrote:

This is also a common pattern in this function, we do it all the time. Although 
I have to admit we may soon change it as our number of instructions is getting 
close to 64K.

https://github.com/llvm/llvm-project/pull/145152
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to