Rename operand positions to Early and Late, and make weights f16/f32 values.
This commit is contained in:
@@ -306,8 +306,8 @@ impl CheckerState {
|
||||
// the requirements of the OperandConstraint.
|
||||
for (op, alloc) in operands.iter().zip(allocs.iter()) {
|
||||
let is_here = match (op.pos(), pos) {
|
||||
(OperandPos::Before, InstPosition::Before) => true,
|
||||
(OperandPos::After, InstPosition::After) => true,
|
||||
(OperandPos::Early, InstPosition::Before) => true,
|
||||
(OperandPos::Late, InstPosition::After) => true,
|
||||
_ => false,
|
||||
};
|
||||
if !is_here {
|
||||
|
||||
Reference in New Issue
Block a user