[all-commits] [llvm/llvm-project] b817ea: [MachineFunction] Make comment for TracksLiveness ...
weiguozhi via All-commits
all-commits at lists.llvm.org
Fri Apr 30 12:13:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b817ea7b17b8ae68c2bd29834138ed84a8a7005d
https://github.com/llvm/llvm-project/commit/b817ea7b17b8ae68c2bd29834138ed84a8a7005d
Author: Guozhi Wei <carrot at google.com>
Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/CodeGen/MachineOperand.h
Log Message:
-----------
[MachineFunction] Make comment for TracksLiveness more clearer
As discussed in https://lists.llvm.org/pipermail/llvm-dev/2021-April/150225.html,
the current comments for TracksLiveness property and isKill flag are confusing.
This patch makes the comments more clearer.
Differential Revision: https://reviews.llvm.org/D101500
More information about the All-commits
mailing list