This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f24f18c PMB: Add an importing WPD pass to the start of the ThinLTO ba [...] new b6ae6ad [X86] Re-enable conditional tail calls and fix PR31257.
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/Target/TargetInstrInfo.h | 19 ++++ lib/CodeGen/BranchFolding.cpp | 37 ++++++++ lib/Target/X86/X86ExpandPseudo.cpp | 21 ++++- lib/Target/X86/X86InstrControl.td | 31 +++++++ lib/Target/X86/X86InstrInfo.cpp | 90 +++++++++++++++++++ lib/Target/X86/X86InstrInfo.h | 7 ++ lib/Target/X86/X86MCInstLower.cpp | 9 +- test/CodeGen/X86/conditional-tailcall.ll | 140 +++++++++++++++++++++++++++++ test/CodeGen/X86/shrink-compare.ll | 6 +- test/CodeGen/X86/tail-call-conditional.mir | 85 ++++++++++++++++++ 10 files changed, 439 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/X86/conditional-tailcall.ll create mode 100644 test/CodeGen/X86/tail-call-conditional.mir