Skip to content

Commit

Permalink
docs: added comment with issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Jul 19, 2023
1 parent d99cd47 commit 1b09cc9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ impl<'block> BrilligBlock<'block> {
convert_ssa_binary_op_to_brillig_binary_op(binary.operator, &binary_type);

// Some binary operations with fields are issued by the compiler, such as loop comparisons, cast those to the bit size here
// TODO Remove after fixing https://github.com/noir-lang/noir/issues/1979
if let (
BrilligBinaryOp::Integer { bit_size, .. },
Type::Numeric(NumericType::NativeField),
Expand Down

0 comments on commit 1b09cc9

Please sign in to comment.