llvm-project
2fd37c9f - [TableGen] Remove RegUnitIterator. NFC. (#147483)

Commit
208 days ago
[TableGen] Remove RegUnitIterator. NFC. (#147483) TableGen's RegUnitIterator is a strange contraption that iterates over a range of registers as well as the regunits of each register. Since it is only used in one place in a `for` loop, it is much simpler to use two nested loops instead.
Author
Parents
Loading