[all-commits] [llvm/llvm-project] 9c30be: [NFC] Mark LI.getLoopsInPreorder and LI.getLoopsIn...
fodinabor via All-commits
all-commits at lists.llvm.org
Fri Sep 24 03:27:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c30beaeb228b63447793235570fc207831dd885
https://github.com/llvm/llvm-project/commit/9c30beaeb228b63447793235570fc207831dd885
Author: Joachim Meyer <joachim at joameyer.de>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M llvm/include/llvm/Analysis/LoopInfo.h
M llvm/include/llvm/Analysis/LoopInfoImpl.h
Log Message:
-----------
[NFC] Mark LI.getLoopsInPreorder and LI.getLoopsInReverseSiblingPreorder const.
They create a new vector with the list, so they can be const.
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D110394
More information about the All-commits
mailing list