[all-commits] [llvm/llvm-project] 53a28b: [LICM] NFC. Remove AST caching infrastructure

Daniil Suchkov via All-commits all-commits at lists.llvm.org
Wed Jan 22 21:35:19 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 53a28bd8917c6cc243e81418178ef9596a13babe
      https://github.com/llvm/llvm-project/commit/53a28bd8917c6cc243e81418178ef9596a13babe
  Author: Daniil Suchkov <suc-daniil at yandex.ru>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LICM.cpp

  Log Message:
  -----------
  [LICM] NFC. Remove AST caching infrastructure

Since LICM doesn't use AST caching any more (see D73081), this
infrastructure is now obsolete and we can remove it.

Reviewers: asbirlea, fhahn, efriedma, reames

Reviewed-By: asbirlea

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




More information about the All-commits mailing list