[flang-commits] [flang] [flang]Pass to add vscale range attribute (PR #68103)
via flang-commits
flang-commits at lists.llvm.org
Wed Oct 4 05:44:07 PDT 2023
================
@@ -42,6 +42,8 @@ struct MLIRToLLVMPassPipelineConfig {
bool LoopVersioning = false; ///< Run the version loop pass.
llvm::codegenoptions::DebugInfoKind DebugInfo =
llvm::codegenoptions::NoDebugInfo; ///< Debug info generation.
+ unsigned VScaleMin = 0; ///< SVE vector range minimum.
+ unsigned VScaleMax = 0; ///< SVE vector range minimum.
----------------
ktkachov-arm wrote:
Comment should say "range maximum"
https://github.com/llvm/llvm-project/pull/68103
More information about the flang-commits
mailing list