[PATCH] D22718: MachineFunction: Remove AllVRegsAllocated property

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 12:32:16 PDT 2016


kparzysz added a subscriber: kparzysz.
kparzysz added a comment.

The AllVRegsAllocated property is a convenient way of determining whether the code runs after register allocation or not.  It is possible for post-RA code to temporarily have virtual registers (for example in frame lowering), so just counting the number of virtual registers may not be accurate.


Repository:
  rL LLVM

https://reviews.llvm.org/D22718





More information about the llvm-commits mailing list