This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dabb7fc GlobalISel: translate @llvm.va_end intrinsic. new 9ac774d Fix the docs build new 34a6e0d [X86] Disable conditional tail calls (PR31257)
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: docs/FaultMaps.rst | 11 ++-- 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 | 79 --------------------------- lib/Target/X86/X86InstrInfo.h | 7 --- lib/Target/X86/X86MCInstLower.cpp | 9 +--- test/CodeGen/X86/conditional-tailcall.ll | 53 ------------------- test/CodeGen/X86/shrink-compare.ll | 6 ++- test/CodeGen/X86/tail-call-conditional.mir | 85 ------------------------------ 11 files changed, 12 insertions(+), 346 deletions(-) delete mode 100644 test/CodeGen/X86/conditional-tailcall.ll delete mode 100644 test/CodeGen/X86/tail-call-conditional.mir