arith
Examples
\\Adds two integers and returns an integer result.
%sum = arith.add %a, %b : (i32) -> i32
\\Compares two 64-bit integers for equality, returning a Boolean result.
%eq = arith.eq %x, %y : (i64) -> boolLast updated
\\Adds two integers and returns an integer result.
%sum = arith.add %a, %b : (i32) -> i32
\\Compares two 64-bit integers for equality, returning a Boolean result.
%eq = arith.eq %x, %y : (i64) -> boolLast updated