[llvm] [KnownBits] Add KnownBits::add and KnownBits::sub helper wrappers. (PR #99468)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 05:12:20 PDT 2024


goldsteinn wrote:

I'm opposed to no option for `NUW`/`NSW`. I think this will probably become the defacto API and think this basically encourages people, especially new contributors, to forgetting/ignoring the flags.

Can you add them as default false params?

https://github.com/llvm/llvm-project/pull/99468


More information about the llvm-commits mailing list