[PATCH] D47199: [MC] Remove PhysRegSize from MCRegisterClass

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 9 08:28:50 PDT 2018


bjope added a comment.

In https://reviews.llvm.org/D47199#1192530, @kparzysz wrote:

> Accepting as per comments in https://reviews.llvm.org/D50285.


Thanks! I've landed this now.
If it is reverted we can try with https://reviews.llvm.org/D50285 instead. But I really hope this should be OK. We have had it like this in our OOT repo for a long time. We needed to detect if someone starts using getSize()/getPhysRegSize(), as those methods simply doesn't make sense for some of our non-byte sized registers.


Repository:
  rL LLVM

https://reviews.llvm.org/D47199





More information about the llvm-commits mailing list