[llvm] [VPlan] Dispatch to multiple exit blocks via middle blocks. (PR #112138)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 6 06:55:16 PST 2024
================
@@ -43,6 +43,10 @@ AllowStridedPointerIVs("lv-strided-pointer-ivs", cl::init(false), cl::Hidden,
cl::desc("Enable recognition of non-constant strided "
"pointer induction variables."));
+static cl::opt<bool>
----------------
david-arm wrote:
Hmm, the flag still seems to be in the old place. Perhaps the patch hasn't updated correctly?
https://github.com/llvm/llvm-project/pull/112138
More information about the llvm-commits
mailing list