================ @@ -51,6 +51,8 @@ using namespace llvm; +extern cl::opt<bool> DisableSVEGISel; ---------------- arsenm wrote: Seems unnecessary. I don't think this should be a long lived option https://github.com/llvm/llvm-project/pull/72976