[PATCH] D50285: [MC] Remove MCRegisterClass::getSize

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 8 09:12:04 PDT 2018


kparzysz added a comment.

I agree with Bjorn: both `getSize` and `getPhysRegSize` were not meant to be there.  They were added because getting rid of them caused some OOT failures.  That was a while back, so maybe they are no longer used. I'm all in favor of removing them, maybe we should just go ahead with it and see if anyone complains.  I accepted https://reviews.llvm.org/D47199 since it contains the larger change.


https://reviews.llvm.org/D50285





More information about the llvm-commits mailing list