[llvm-branch-commits] [llvm] [GISel] Introduce MIFlags::InBounds (PR #150900)

Fabian Ritter via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 28 05:32:08 PDT 2025


ritter-x2a wrote:

> Also add the corresponding `MIFlagEnum` in `Combine.td` if you intend to let combines match/apply this flag.

I've now added an `InBounds` `MIFlagEnum`. Looks like some of the other flags like `SameSign` and `NoUSWrap` are missing there as well, but I think that's for a separate PR.

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


More information about the llvm-branch-commits mailing list