This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0966627 Fix build breakage due to typo in cast. new ba9e1e6 Win64: Don't emit unwind info for "leaf" functions (PR30337)
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/CodeGen/MachineFunction.h | 10 ++++++++++ lib/CodeGen/AsmPrinter/WinException.cpp | 2 +- lib/Target/X86/X86FrameLowering.cpp | 16 +++++++++++++--- lib/Target/X86/X86MCInstLower.cpp | 8 ++++++++ test/CodeGen/X86/coalescer-win64.ll | 4 ++-- test/CodeGen/X86/pr24374.ll | 3 +-- test/CodeGen/X86/seh-catchpad.ll | 3 --- test/CodeGen/X86/win64_eh.ll | 6 +++--- test/CodeGen/X86/win64_eh_leaf.ll | 31 +++++++++++++++++++++++++++++++ 9 files changed, 69 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/X86/win64_eh_leaf.ll