[PATCH] D53137: Scalable vector core instruction support + size queries
Graham Hunter via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 05:52:11 PDT 2019
huntergr added a comment.
Does anyone like Sander's suggestion to make `ScalableSize` (or whatever we end up naming it) the return value for all size queries and provide an overloaded cast operator to transparently work with existing code comparing against `unsigned` values? Or is it preferable to keep the current split?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53137/new/
https://reviews.llvm.org/D53137
More information about the llvm-commits
mailing list