Closed lfrenot closed 1 month ago
Currently, add is the only LLVM operation with its flags implemented. These changes implement the flags for LLVM's other Binary operations;
add
nsw
nuw
mul
sub
exact
sdiv
udiv
Alive Statistics: 76 / 93 (17 failed)
Cool. This looks great to me now.
Currently,
add
is the only LLVM operation with its flags implemented. These changes implement the flags for LLVM's other Binary operations;nsw
andnuw
foradd
,mul
, andsub
.exact
forsdiv
andudiv