[all-commits] [llvm/llvm-project] 4e0fe0: Revert "Avoid emitting unreachable SP adjustments ...
Nico Weber via All-commits
all-commits at lists.llvm.org
Tue Mar 17 17:49:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4e0fe038f438ae1679eae9e156e1f248595b2373
https://github.com/llvm/llvm-project/commit/4e0fe038f438ae1679eae9e156e1f248595b2373
Author: Nico Weber <thakis at chromium.org>
Date: 2020-03-17 (Tue, 17 Mar 2020)
Changed paths:
M llvm/lib/Target/X86/X86FrameLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/noreturn-call-win64.ll
Log Message:
-----------
Revert "Avoid emitting unreachable SP adjustments after `throw`"
This reverts commit 65b21282c710afe9c275778820c6e3c1cf46734b.
Breaks sanitizer bots (https://reviews.llvm.org/D75712#1927668)
and causes https://crbug.com/1062021 (which may or may not
be a compiler bug, not clear yet).
More information about the All-commits
mailing list