[llvm] [llvm][ARM]Add widen global arrays pass (PR #107120)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 12:48:43 PDT 2024
================
@@ -56,6 +56,10 @@ static cl::opt<bool>
AllowWLSLoops("allow-arm-wlsloops", cl::Hidden, cl::init(true),
cl::desc("Enable the generation of WLS loops"));
+static cl::opt<unsigned> UseWidenGlobalStrings(
----------------
davemgreen wrote:
This isn't used, but could be (it's good to have a bail-out if needed).
https://github.com/llvm/llvm-project/pull/107120
More information about the llvm-commits
mailing list