c-rhodes added inline comments.

================
Comment at: clang/lib/Sema/SemaCast.cpp:2217-2218
 
-  // Allow reinterpret_casts between vectors of the same size and
-  // between vectors and integers of the same size.
   bool destIsVector = DestType->isVectorType();
----------------
joechrisellis wrote:
> c-rhodes wrote:
> > nit: not sure we need to change this
> I changed this because the code changes mean that the original comment is 
> incomplete. I.e., we now allow for reinterpret casts VLAT <-> VLST, which is 
> not captured by the comment above.
> I changed this because the code changes mean that the original comment is 
> incomplete. I.e., we now allow for reinterpret casts VLAT <-> VLST, which is 
> not captured by the comment above.

It's a minor point but the reason I raised it is we have to be conscious of the 
fact most people probably don't care about SVE and this is changing an existing 
comment to put it first and foremost.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91262

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

Reply via email to