[all-commits] [llvm/llvm-project] cde8fc: [NFC] Rename variables to avoid name confusion
max-azul via All-commits
all-commits at lists.llvm.org
Wed Sep 9 23:47:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cde8fc65aeedda5e7cfc66d5c06a74399a80fffa
https://github.com/llvm/llvm-project/commit/cde8fc65aeedda5e7cfc66d5c06a74399a80fffa
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[NFC] Rename variables to avoid name confusion
Name `LI` is used for loop info, loop and load inst at the same
function, which causes a lot of confusion.
More information about the All-commits
mailing list