[PATCH] D97891: Add register size info back to MCRegisterClass

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 15:58:00 PST 2021


rafauler added a comment.

I changed the function name to getSizeInBits() so that out of tree targets that rebase LLVM past the removal of getSize() and get it added back again won't be surprised by a different size being returned by a function with the same name.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97891



More information about the llvm-commits mailing list