[llvm] [CodeGen] Renumber slot indexes before register allocation (PR #66334)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 08:07:47 PDT 2023


jayfoad wrote:

> Could you rename `renumberAllIndexes` into `densifyIndices` or something that conveys that we're packing the indices in a contiguous way. Here I'd like to avoid having a name that collide with `renumberIndexes`.

How about `packIndexes` or `compactIndexes`? (Using "compact" as a verb not a noun, in case that's not obvious.)

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


More information about the llvm-commits mailing list