When trying to clamp a constant index into a scalable vector we can
test if the index is less than the minimum number of elements in the
vector. If so, we can simply return the index because we know it is
guaranteed to fit inside the vector.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo