[all-commits] [llvm/llvm-project] c00cb7: [NFC] Split Knowledge retention and place it more ...

Ralender via All-commits all-commits at lists.llvm.org
Thu Apr 2 06:02:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c00cb76274fdcc529335f55b0d19e6bc42ea9d8d
      https://github.com/llvm/llvm-project/commit/c00cb76274fdcc529335f55b0d19e6bc42ea9d8d
  Author: Tyker <tyker1 at outlook.com>
  Date:   2020-04-02 (Thu, 02 Apr 2020)

  Changed paths:
    A llvm/include/llvm/Analysis/AssumeBundleQueries.h
    R llvm/include/llvm/IR/KnowledgeRetention.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    A llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h
    M llvm/include/llvm/module.modulemap
    A llvm/lib/Analysis/AssumeBundleQueries.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/IR/CMakeLists.txt
    R llvm/lib/IR/KnowledgeRetention.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/lib/Transforms/Scalar/EarlyCSE.cpp
    A llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
    M llvm/lib/Transforms/Utils/CMakeLists.txt
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    R llvm/test/IR/assume-builder.ll
    A llvm/test/Transforms/Util/assume-builder.ll
    A llvm/unittests/Analysis/AssumeBundleQueriesTest.cpp
    M llvm/unittests/Analysis/CMakeLists.txt
    M llvm/unittests/IR/CMakeLists.txt
    R llvm/unittests/IR/KnowledgeRetentionTest.cpp

  Log Message:
  -----------
  [NFC] Split Knowledge retention and place it more appropriatly

Summary:
Splitting Knowledge retention into Queries in Analysis and Builder into Transform/Utils
allows Queries and Transform/Utils to use Analysis.

Reviewers: jdoerfert, sstefan1

Reviewed By: jdoerfert

Subscribers: mgorny, hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list