[all-commits] [llvm/llvm-project] ce8904: [LAA] Make MaxSafeDepDistBytes private in LoopAcce...
Michael Maitland via All-commits
all-commits at lists.llvm.org
Mon Jul 24 11:01:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce89048b12585aeae7772006c4cec274ba06e01f
https://github.com/llvm/llvm-project/commit/ce89048b12585aeae7772006c4cec274ba06e01f
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
Log Message:
-----------
[LAA] Make MaxSafeDepDistBytes private in LoopAccessAnalysis. NFC
Any users of LoopAccessAnalysis should use MaxSafeVectorWidthInBits.
Differential Revision: https://reviews.llvm.org/D156034
More information about the All-commits
mailing list