[PATCH] D86065: [SVE] Make ElementCount members private

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 03:59:25 PDT 2020


paulwalker-arm added a comment.

I'm retracting my operator% request. After thinking about it and speaking with Dave I just cannot see how allowing a total divide is safe for scalable vectors.  If you are relying on a truncating divide then special handling is require anyway, which is likely to be different between fixed-length and scalable vectors.


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

https://reviews.llvm.org/D86065



More information about the llvm-commits mailing list