committed by
GitHub
parent
b0ac74488c
commit
cde7e9483b
6
ir/ir.go
6
ir/ir.go
@@ -47,6 +47,9 @@ type Instruction struct {
|
||||
IsConditional bool
|
||||
CancellingInputs bool
|
||||
|
||||
// ISA is the list of required instruction set extensions.
|
||||
ISA []string
|
||||
|
||||
// CFG.
|
||||
Pred []*Instruction
|
||||
Succ []*Instruction
|
||||
@@ -166,6 +169,9 @@ type Function struct {
|
||||
|
||||
// Register allocation.
|
||||
Allocation reg.Allocation
|
||||
|
||||
// ISA is the list of required instruction set extensions.
|
||||
ISA []string
|
||||
}
|
||||
|
||||
func (f *Function) section() {}
|
||||
|
||||
Reference in New Issue
Block a user