[all-commits] [llvm/llvm-project] c7a34d: [VPlan] Require VFRange.End to be a power-of-2. (N...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Apr 8 05:05:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7a34d355a61396d438ea095e1e6996cde1ef880
https://github.com/llvm/llvm-project/commit/c7a34d355a61396d438ea095e1e6996cde1ef880
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-08 (Sat, 08 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Require VFRange.End to be a power-of-2. (NFCI)
This removes the need to convert the end of the range to the next
power-of-2 for the end iterator after 4bd3fda5124962 and was suggested
as follow-up TODO in D147468.
More information about the All-commits
mailing list