[llvm] [NVPTX] Merge consecutive elements while buffering constant vectors with sub-byte datatype. (PR #183628)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 15:12:15 PDT 2026


================

----------------
Artem-B wrote:

The last remaining nit is that we now have two distinct ways we do "for" loops over integer sequences. What I meant by "consistency" is that we should pick one. Up to you which one, C-style, or range-based iteration over seq.

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


More information about the llvm-commits mailing list