Skip to content

Commit

Permalink
Merge pull request #5 from GranLte/lukezhuz/inteference
Browse files Browse the repository at this point in the history
Added inteference relation proto
  • Loading branch information
9Tempest authored Dec 3, 2023
2 parents b404fb6 + 2d97944 commit 374468b
Show file tree
Hide file tree
Showing 4 changed files with 268,997 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gematria/proto/canonicalized_instruction.proto
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,7 @@ message CanonicalizedOperandProto {
// The information about the virtual register.
VirtualRegister virtual_register = 6;
}
}

// Optional. The name of the registers where the current register interfered with
repeated string intefered_registers = 6;
}
Loading

0 comments on commit 374468b

Please sign in to comment.