[llvm] [IR] Add zext nneg flag (PR #67982)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 06:09:24 PDT 2023


nikic wrote:

Wonder whether the flag should also be supported on sext. I don't think it would be terribly useful (as we canonicalize sext -> zext, not the other way around), but it might make sense in the interest of consistency.

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


More information about the llvm-commits mailing list