[PATCH] D42191: [RFC] [TargetTransformInfo] Introduce isRegisterRich, it returns true if the target architecture is register-rich.

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 12:23:28 PST 2018


kparzysz added a comment.

There is already a function getNumberOfRegisters.  Would it be enough to return some large number from it?


Repository:
  rL LLVM

https://reviews.llvm.org/D42191





More information about the llvm-commits mailing list