Skip to content

Commit

Permalink
Fix backend proofs broken by adding FMA instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoBecker committed Apr 30, 2019
1 parent 4f52c41 commit 0a1d60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compiler/encoders/arm6/proofs/arm6_targetProofScript.sml
Expand Up @@ -1125,6 +1125,7 @@ Theorem arm6_encoder_correct
>- (print_tac "FPSub" \\ next_tac)
>- (print_tac "FPMul" \\ next_tac)
>- (print_tac "FPDiv" \\ next_tac)
>- (print_tac "FPFma" \\ next_tac)
>- (print_tac "FPMov" \\ next_tac)
>- (print_tac "FPMovToReg" \\ next_tac)
>- (print_tac "FPMovFromReg" \\ next_tac)
Expand Down
1 change: 1 addition & 0 deletions compiler/encoders/arm7/proofs/arm7_targetProofScript.sml
Expand Up @@ -1125,6 +1125,7 @@ Theorem arm7_encoder_correct
>- (print_tac "FPSub" \\ next_tac)
>- (print_tac "FPMul" \\ next_tac)
>- (print_tac "FPDiv" \\ next_tac)
>- (print_tac "FPFma" \\ next_tac)
>- (print_tac "FPMov" \\ next_tac)
>- (print_tac "FPMovToReg" \\ next_tac)
>- (print_tac "FPMovFromReg" \\ next_tac)
Expand Down

0 comments on commit 0a1d60d

Please sign in to comment.