[all-commits] [llvm/llvm-project] 840563: [AssumeBundles] Add API to query a bundles from a use
Ralender via All-commits
all-commits at lists.llvm.org
Sun Mar 8 04:04:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 84056394e97885e1d7c588992d725f188d134e63
https://github.com/llvm/llvm-project/commit/84056394e97885e1d7c588992d725f188d134e63
Author: Tyker <tyker1 at outlook.com>
Date: 2020-03-08 (Sun, 08 Mar 2020)
Changed paths:
M llvm/include/llvm/IR/InstrTypes.h
M llvm/include/llvm/Transforms/Utils/KnowledgeRetention.h
M llvm/lib/IR/Instructions.cpp
M llvm/lib/Transforms/Utils/KnowledgeRetention.cpp
M llvm/unittests/Transforms/Utils/KnowledgeRetentionTest.cpp
Log Message:
-----------
[AssumeBundles] Add API to query a bundles from a use
Summary: Finding what information is know about a value from a use is generally useful and can be done quickly.
Reviewers: jdoerfert
Reviewed By: jdoerfert
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75616
More information about the All-commits
mailing list