[all-commits] [llvm/llvm-project] 4f56d4: [VPlan] Make ExpandedSCEVs argument const (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Oct 22 04:33:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f56d47d050e3d71964777151e439fe923e64025
https://github.com/llvm/llvm-project/commit/4f56d47d050e3d71964777151e439fe923e64025
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-10-22 (Sun, 22 Oct 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[VPlan] Make ExpandedSCEVs argument const (NFC).
The argument is only used in const contexts. Simplifies a follow-up
diff.
More information about the All-commits
mailing list