This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dab9d81b7c2 [mips] Fix local dynamic TLS with Sym64 new ae8e83e5e72 [PredicateInfo] Use custom mangling to support ssa_copy wit [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Transforms/Utils/PredicateInfo.h | 4 ++ lib/Transforms/Utils/PredicateInfo.cpp | 62 +++++++++++++++++++--- test/Other/debugcounter-predicateinfo.ll | 4 +- test/Transforms/NewGVN/pr33305.ll | 2 +- test/Transforms/Util/PredicateInfo/condprop.ll | 54 +++++++++---------- test/Transforms/Util/PredicateInfo/diamond.ll | 8 +-- test/Transforms/Util/PredicateInfo/edge.ll | 18 +++---- test/Transforms/Util/PredicateInfo/testandor.ll | 52 +++++++++--------- .../Transforms/Util/PredicateInfo/unnamed-types.ll | 36 +++++++++++++ 9 files changed, 165 insertions(+), 75 deletions(-) create mode 100644 test/Transforms/Util/PredicateInfo/unnamed-types.ll