llvm-project
c70d0812 - [MIR2Vec] Handle Operands (#163281)

Commit
13 days ago
[MIR2Vec] Handle Operands (#163281) Handling opcodes in embedding computation. - Revamped MIR Vocabulary with four sections - `Opcodes`, `Common Operands`, `Physical Registers`, and `Virtual Registers` - Operands broadly fall into 3 categories -- the generic MO types that are common across architectures, physical and virtual register classes. We handle these categories separately in MIR2Vec. (Though we have same classes for both physical and virtual registers, their embeddings vary).
Author
Parents
Loading