[all-commits] [llvm/llvm-project] 57c964: [AssumeBundles] Move to IR so it can be used by An...
Ralender via All-commits
all-commits at lists.llvm.org
Sun Mar 8 04:50:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 57c964aaa76bfaa908398fbd9d8c9d6d19856859
https://github.com/llvm/llvm-project/commit/57c964aaa76bfaa908398fbd9d8c9d6d19856859
Author: Tyker <tyker1 at outlook.com>
Date: 2020-03-08 (Sun, 08 Mar 2020)
Changed paths:
A llvm/include/llvm/IR/KnowledgeRetention.h
R llvm/include/llvm/Transforms/Utils/KnowledgeRetention.h
M llvm/lib/IR/CMakeLists.txt
A llvm/lib/IR/KnowledgeRetention.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Transforms/Utils/CMakeLists.txt
R llvm/lib/Transforms/Utils/KnowledgeRetention.cpp
A llvm/test/IR/assume-builder.ll
R llvm/test/Transforms/Util/assume-builder.ll
M llvm/unittests/IR/CMakeLists.txt
A llvm/unittests/IR/KnowledgeRetentionTest.cpp
M llvm/unittests/Transforms/Utils/CMakeLists.txt
R llvm/unittests/Transforms/Utils/KnowledgeRetentionTest.cpp
Log Message:
-----------
[AssumeBundles] Move to IR so it can be used by Analysis
Summary:
Assume bundles need to be usable by Analysis and Transforms/Utils isn't.
so this commit moves utilities to deal with asusme bundles to IR.
Reviewers: jdoerfert
Reviewed By: jdoerfert
Subscribers: mgorny, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75618
More information about the All-commits
mailing list