[llvm] [InstCombine] Fix missing argument typo in `InstCombinerImpl::foldICmpShlConstant` (PR #94899)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 9 05:57:17 PDT 2024


https://github.com/nikic commented:

I didn't even notice that https://github.com/llvm/llvm-project/pull/92773 also made changes to flag preservation -- it seems like that part of the PR was untested? At least I don't see any trunc nuw/nsw in the tests. Can you please add coverage?

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


More information about the llvm-commits mailing list