[all-commits] [llvm/llvm-project] c18bc7: [VPlan] Replace check for replicate regions with a...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Apr 5 06:30:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c18bc7f7feac94e9abf2e65345c33709a2451eb0
https://github.com/llvm/llvm-project/commit/c18bc7f7feac94e9abf2e65345c33709a2451eb0
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-05 (Wed, 05 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[VPlan] Replace check for replicate regions with assert (NFCI).
After recent changes, replication regions only get introduced later, so
there's no need to check for them.
More information about the All-commits
mailing list