aaron.ballman added inline comments.

================
Comment at: clang/lib/AST/ItaniumMangle.cpp:3897-3899
+  } else if (T->getVectorKind() == VectorType::RVVFixedLengthDataVector) {
+    mangleRISCVFixedRVVVectorType(T);
+    return;
----------------
craig.topper wrote:
> aaron.ballman wrote:
> > Should there be corresponding changes to the Microsoft mangler as well?
> Good question. I don't see the equivalent SVE handling in the Microsoft 
> mangler.
I'm fine if you want to address that issue in a follow-up.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145088

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

Reply via email to