[PATCH] D86335: [RegisterPressure] Use Register instead of unsigned for RegUnit

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 02:31:38 PDT 2020


foad added a comment.

In D86335#2230048 <https://reviews.llvm.org/D86335#2230048>, @rampitec wrote:

> There is one thing I never really understood: is regunit really a register? On our target it is for the fact, but generally speaking? It looks like a quite artificial iterator for me. In particular regunit numerical value does not need to match any real physreg as far as I understand.

Good question. I don't know.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86335/new/

https://reviews.llvm.org/D86335



More information about the llvm-commits mailing list