paulwalker-arm added a comment.

Are the references to "128-bit chunks" for the vscale flags necessary?  That's 
really a nuisance of SVE that LLVM IR should not need to worry about.  Can we 
speak exclusively in terms of vscale or is the "multiples of 128" required 
somewhere?  Perhaps we're missing a target specific convert function from 
vscale+elt to byes or something.  Also there's nothing stoping vscale from 
being 3 (essentially any positive number) but you look to be restricting it to 
a power of two.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111790

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to