Closed
Description
If we look at how LLVM currently codegen for this, we get a add nsw
instead of a plain add
, see https://godbolt.org/z/xdevh38r8. There are probably other differences too.
Originally posted by @bcardosolopes in #613 (comment)
If we look at how LLVM currently codegen for this, we get a add nsw
instead of a plain add
, see https://godbolt.org/z/xdevh38r8. There are probably other differences too.
Originally posted by @bcardosolopes in #613 (comment)