[all-commits] [llvm/llvm-project] 585c59: Move delinearization logic out of SCEV [NFC]
Philip Reames via All-commits
all-commits at lists.llvm.org
Wed Sep 8 12:28:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 585c594d749a2a88150b63804587af85abdabeaa
https://github.com/llvm/llvm-project/commit/585c594d749a2a88150b63804587af85abdabeaa
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-09-08 (Wed, 08 Sep 2021)
Changed paths:
M llvm/include/llvm/Analysis/Delinearization.h
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/DependenceAnalysis.cpp
M llvm/lib/Analysis/LoopCacheAnalysis.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
Move delinearization logic out of SCEV [NFC]
None of this logic has anything to do with SCEV's internals, it just uses the existing public APIs. As a result, we can move the code from ScalarEvolution.cpp/hpp to Delinearization.cpp/hpp with only minor changes.
This was discussed in advance on today's loop opt call. It turned out to be easy as hoped.
More information about the All-commits
mailing list