[clang] [AArch64] Add option -msve-streaming-vector-bits= . (PR #144611)

Sander de Smalen via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 23 03:35:05 PDT 2025


================
@@ -820,16 +820,23 @@ AArch64TargetInfo::getTargetBuiltins() const {
 
 std::optional<std::pair<unsigned, unsigned>>
 AArch64TargetInfo::getVScaleRange(const LangOptions &LangOpts,
-                                  bool IsArmStreamingFunction,
+                                  ArmStreamingKind IsArmStreamingFunction,
----------------
sdesmalen-arm wrote:

nit:
```suggestion
                                  ArmStreamingKind Mode,
```
(here and in other places)

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


More information about the cfe-commits mailing list