[all-commits] [llvm/llvm-project] f82966: [LoopVectorizationLegality] NFC: Mark some interfa...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Fri May 14 03:54:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f82966d19a8bb8531f71913737fcc751bb6ae3e2
https://github.com/llvm/llvm-project/commit/f82966d19a8bb8531f71913737fcc751bb6ae3e2
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2021-05-14 (Fri, 14 May 2021)
Changed paths:
M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
Log Message:
-----------
[LoopVectorizationLegality] NFC: Mark some interfaces as 'const'
This patch marks blockNeedsPredication, isConsecutivePtr, isMaskRequired
and getSymbolicStrides as 'const'.
More information about the All-commits
mailing list