MacDue wrote: > Early exit from the update/store block and a store in the exit. If it fails > some of the existing legality checks - that's fine, it's intended as a > negative test, I'd imagine.
I've added a simple early exit negative test. It comes close to vectorization but bails out in the VPlan early exit handling (as it can find a branch-on-two-conds as there's multiple blocks). https://github.com/llvm/llvm-project/pull/214491 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
