[all-commits] [llvm/llvm-project] 8ebe00: [WIP] Build assume from call
Ralender via All-commits
all-commits at lists.llvm.org
Sun Feb 2 09:24:29 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8ebe001553d0c204cc41f3dbc595031828b1f140
https://github.com/llvm/llvm-project/commit/8ebe001553d0c204cc41f3dbc595031828b1f140
Author: Tyker <tyker1 at outlook.com>
Date: 2020-02-02 (Sun, 02 Feb 2020)
Changed paths:
M llvm/include/llvm/IR/Attributes.h
A llvm/include/llvm/Transforms/Utils/KnowledgeRetention.h
M llvm/lib/IR/Attributes.cpp
M llvm/lib/IR/Core.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Utils/CMakeLists.txt
A llvm/lib/Transforms/Utils/KnowledgeRetention.cpp
A llvm/test/Transforms/Util/assume-builder.ll
Log Message:
-----------
[WIP] Build assume from call
Summary:
this is part of the implementation of http://lists.llvm.org/pipermail/llvm-dev/2019-December/137632.html
this patch gives the basis of building an assume to preserve all information from an instruction and add support for building an assume that preserve the information from a call.
Reviewers: jdoerfert
Reviewed By: jdoerfert
Subscribers: mgrang, fhahn, mgorny, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72475
More information about the All-commits
mailing list