[llvm] [AArch64][GlobalISel] Basic SVE and fadd (PR #72976)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 19:27:04 PST 2024


================
@@ -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


More information about the llvm-commits mailing list