Adds support for a `CancellingInputs` instruction flag, to indicate cases like `XORQ R10, R10` where the instruction actually does not depend on the value of `R10` at all. Closes #89
3 lines
90 B
Go
3 lines
90 B
Go
// Package issue89 tests register allocation with self-cancelling inputs.
|
|
package issue89
|