[clang] [Clang][AArch64] Add fix vector types to header into SVE (PR #73258)

Sander de Smalen via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 27 03:44:46 PST 2023


================
@@ -2546,6 +2548,44 @@ void NeonEmitter::runFP16(raw_ostream &OS) {
   OS << "#endif /* __ARM_FP16_H */\n";
 }
 
+void NeonEmitter::runVectorType(raw_ostream &OS) {
+  OS << "/*===---- arm_vector_type - ARM vector type "
----------------
sdesmalen-arm wrote:

For here and everywhere else in this patch (in function names, file names, etc), please use `vector types` (plural) rather than `vector type`.

https://github.com/llvm/llvm-project/pull/73258


More information about the cfe-commits mailing list