[PATCH] D155708: [AArch64][NFC] Call the API getVScaleRange directly

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 04:43:11 PDT 2023


Allen marked an inline comment as done.
Allen added a comment.

In D155708#4517477 <https://reviews.llvm.org/D155708#4517477>, @dmgreen wrote:

> I like the cleanup. getVScaleRange can fail, returning an empty range. Would this handle those cases too?

Use the maximum 64 for BitWidth of getVScaleRange to avoid returning an empty range.


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

https://reviews.llvm.org/D155708



More information about the llvm-commits mailing list