[PATCH] D90268: [NFC] Use Register in RegisterPressure APIs
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 27 15:37:12 PDT 2020
MaskRay added a comment.
My understanding is that MCRegister values take a subset [0,2**30). In some cases MCRegister is more suitable than Register. Have you checked whether some places should use MCRegister instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90268/new/
https://reviews.llvm.org/D90268
More information about the llvm-commits
mailing list