[llvm] [Verifier] Accept range assume bundles (PR #202586)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 09:25:07 PDT 2026


https://github.com/dtcxzyw commented:

Just out of curiosity, which pass will emit this assumption? There are two possible usages in my mind:
1. InstCombine canonicalizes the assumption with range check idiom `X - Offset u< Bound` into this form.
2. The callsite `noundef range` attributes are salvaged after function inlining.


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


More information about the llvm-commits mailing list