[all-commits] [llvm/llvm-project] 72c134: [NFC] Add missing 'const' notion to LCSSA-related ...
max-azul via All-commits
all-commits at lists.llvm.org
Fri Apr 17 04:01:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 72c13446ce81050ced80184ec2db9684f081b8c3
https://github.com/llvm/llvm-project/commit/72c13446ce81050ced80184ec2db9684f081b8c3
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M llvm/include/llvm/Analysis/LoopInfo.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Analysis/LoopInfo.cpp
M llvm/lib/Transforms/Utils/LCSSA.cpp
Log Message:
-----------
[NFC] Add missing 'const' notion to LCSSA-related functions
These functions don't really do any changes to loop info or
dominator tree. We should state this explicitly using 'const'.
More information about the All-commits
mailing list