[all-commits] [llvm/llvm-project] 77080a: Revert of D49126 [PredicateInfo] Use custom mangli...
dobbelaj-snps via All-commits
all-commits at lists.llvm.org
Sat Mar 20 03:39:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77080a1eb6061df2dcfae8ac84b85ad4d1e02031
https://github.com/llvm/llvm-project/commit/77080a1eb6061df2dcfae8ac84b85ad4d1e02031
Author: Jeroen Dobbelaere <jeroen.dobbelaere at synopsys.com>
Date: 2021-03-20 (Sat, 20 Mar 2021)
Changed paths:
M llvm/include/llvm/Transforms/Utils/PredicateInfo.h
M llvm/lib/Transforms/Utils/PredicateInfo.cpp
M llvm/test/Other/debugcounter-predicateinfo.ll
M llvm/test/Transforms/Util/PredicateInfo/condprop.ll
M llvm/test/Transforms/Util/PredicateInfo/diamond.ll
M llvm/test/Transforms/Util/PredicateInfo/edge.ll
M llvm/test/Transforms/Util/PredicateInfo/testandor.ll
M llvm/test/Transforms/Util/PredicateInfo/unnamed-types.ll
Log Message:
-----------
Revert of D49126 [PredicateInfo] Use custom mangling to support ssa_copy with unnamed types.
Now that intrinsic name mangling can cope with unnamed types, the custom name mangling in PredicateInfo (introduced by D49126) can be removed.
(See D91250, D48541)
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D91661
More information about the All-commits
mailing list