[all-commits] [llvm/llvm-project] 2f9d68: [LV] Mark some methods as const (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Mar 27 14:29:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f9d68c3f12a2eaa7972205dfb3fb4caca06e818
https://github.com/llvm/llvm-project/commit/2f9d68c3f12a2eaa7972205dfb3fb4caca06e818
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-03-27 (Sat, 27 Mar 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Mark some methods as const (NFC).
Mark a few methods as const, as they do not modify any state.
More information about the All-commits
mailing list