[all-commits] [llvm/llvm-project] fa30ad: [Attributor][NFC] Update description for the depen...

hellobbn via All-commits all-commits at lists.llvm.org
Sat Aug 1 06:27:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fa30adecc766eb627a85f746b0f6f22b0eadbda8
      https://github.com/llvm/llvm-project/commit/fa30adecc766eb627a85f746b0f6f22b0eadbda8
  Author: Luofan Chen <clfbbn at gmail.com>
  Date:   2020-08-01 (Sat, 01 Aug 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/Attributor.h

  Log Message:
  -----------
  [Attributor][NFC] Update description for the dependency graph

The word "dependency graph" is a bit misleading. When there is an
edge from node A to B (A -> B), it actually mean that B depends on
A and when the state of A is updated, B should also be updated. So
I update the comment to make the description clearer.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D85065




More information about the All-commits mailing list