[PATCH] D29519: Add PredicateInfo utility and printing pass
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 5 13:37:38 PST 2017
dberlin updated this revision to Diff 87166.
dberlin added a comment.
- Fix a bug Nuno noticed where we are giving information about and/or on edges where the info is not useful and easy to use wrong
https://reviews.llvm.org/D29519
Files:
docs/LangRef.rst
include/llvm/IR/Intrinsics.td
include/llvm/InitializePasses.h
include/llvm/Transforms/Utils/PredicateInfo.h
lib/Passes/PassBuilder.cpp
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/PredicateInfo.cpp
lib/Transforms/Utils/Utils.cpp
test/Transforms/Util/PredicateInfo/condprop.ll
test/Transforms/Util/PredicateInfo/testandor.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29519.87166.patch
Type: text/x-patch
Size: 62128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170205/599b73aa/attachment.bin>
More information about the llvm-commits
mailing list