[llvm] [KnownBits] Make nuw and nsw support in computeForAddSub optimal (PR #83382)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 09:20:19 PST 2024
goldsteinn wrote:
> This seems to add a good bit of compile-time overhead: http://llvm-compile-time-tracker.com/compare.php?from=2a67c28abe8cfde47c5058abbeb4b5ff9a393192&to=e383a7e50bf0b4303931ef119c856dcf53f3dd9e&stat=instructions%3Au
Wow, is the implementation just that in-efficient, or do you think its changing control flow decisions in some key places?
https://github.com/llvm/llvm-project/pull/83382
More information about the llvm-commits
mailing list