[llvm] [InstCombine] Always fold nonnull assumptions into operand bundles (PR #169923)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 9 05:32:51 PST 2026


nikic wrote:

@fhahn That's for aligns though. I wouldn't expect doing this for nonnull would cause regressions, as we currently don't use nonnull bundles and already do the opt for `!= null` comparisons.

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


More information about the llvm-commits mailing list