Skip to content

Commit

Permalink
Add StateLoadQuadWord to the instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcev committed Oct 16, 2024
1 parent 74b632a commit 8cc55b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sway-ir/src/optimize/memcpyopt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,8 @@ fn local_copy_prop(
InstOp::FuelVm(
FuelVmInstruction::WideBinaryOp { result, .. }
| FuelVmInstruction::WideUnaryOp { result, .. }
| FuelVmInstruction::WideModularOp { result, .. },
| FuelVmInstruction::WideModularOp { result, .. }
| FuelVmInstruction::StateLoadQuadWord { load_val: result, ..}
),
..
} => {
Expand Down

0 comments on commit 8cc55b9

Please sign in to comment.