[all-commits] [llvm/llvm-project] 709d03: [LVI] Clarify getValueAt/getValueInBlock doc comme...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Sep 27 09:23:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 709d03f8af4da4204849a70f01798e7cebba2e32
https://github.com/llvm/llvm-project/commit/709d03f8af4da4204849a70f01798e7cebba2e32
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-09-27 (Sun, 27 Sep 2020)
Changed paths:
M llvm/lib/Analysis/LazyValueInfo.cpp
Log Message:
-----------
[LVI] Clarify getValueAt/getValueInBlock doc comments (NFC)
The lattice value returned by getValueInBlock() holds at the start
of the block, not at the end. Also make it clearer what the
difference between getValueInBlock() and getValueAt() is.
More information about the All-commits
mailing list