This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 37489f4c210 DAG: Tolerate non-MemSDNodes for OPC_RecordMemRef new 9d97dd42c1d [X86] Remove zext from vXi32 to vXi64 on indices of gather/ [...] new b198d4ebde5 [ICP] Expose unconditional call promotion interface
The 2 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/CallPromotionUtils.h | 18 +- lib/Target/X86/X86ISelLowering.cpp | 17 ++ lib/Transforms/Utils/CallPromotionUtils.cpp | 255 ++++++++++++++------- test/CodeGen/X86/masked_gather_scatter.ll | 45 ++++ .../PGOProfile/icp_covariant_call_return.ll | 3 +- .../PGOProfile/icp_covariant_invoke_return.ll | 9 +- test/Transforms/PGOProfile/icp_invoke.ll | 17 +- test/Transforms/PGOProfile/icp_invoke_nouse.ll | 3 +- test/Transforms/PGOProfile/icp_vararg.ll | 3 +- .../PGOProfile/indirect_call_promotion.ll | 3 +- 10 files changed, 272 insertions(+), 101 deletions(-)