[llvm] [SPIR-V] Add support for inline SPIR-V types (PR #125316)

Vyacheslav Levytskyy via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 06:16:20 PST 2025


================
@@ -104,10 +107,32 @@ static void emitUntypedInstrOperands(const MCInst &MI,
     emitOperand(Op, CB);
 }
 
+void SPIRVMCCodeEmitter::encodeUnknownType(const MCInst &MI,
+                                           SmallVectorImpl<char> &CB,
+                                           SmallVectorImpl<MCFixup> &Fixups,
+                                           const MCSubtargetInfo &STI) const {
+  // Encode the first 32 SPIR-V bytes with the number of args and the opcode.
----------------
VyacheslavLevytskyy wrote:

32 bits not bytes?

https://github.com/llvm/llvm-project/pull/125316


More information about the llvm-commits mailing list