[all-commits] [llvm/llvm-project] 6791a6: Revert "X86: support Swift Async context"
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Mon May 17 12:45:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6791a6b309b7aca847336f0175e97ff177687c7e
https://github.com/llvm/llvm-project/commit/6791a6b309b7aca847336f0175e97ff177687c7e
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86FrameLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86MachineFunctionInfo.h
R llvm/test/CodeGen/X86/swift-async-reg.ll
R llvm/test/CodeGen/X86/swift-async.ll
Log Message:
-----------
Revert "X86: support Swift Async context"
This reverts commit 747e5cfb9f5d944b47fe014925b0d5dc2fda74d7.
Reason: New frame layout broke the sanitizer unwinder. Not clear why,
but seems like some of the changes aren't always guarded by Swyft
checks. See
https://reviews.llvm.org/rG747e5cfb9f5d944b47fe014925b0d5dc2fda74d7 for
more information.
More information about the All-commits
mailing list