[all-commits] [llvm/llvm-project] 769ced: AArch64: mark x22 livein if it's an async context ...
Tim Northover via All-commits
all-commits at lists.llvm.org
Mon May 17 03:56:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 769ced3d576bef1098c1e5819d4afeb9eee4d6bd
https://github.com/llvm/llvm-project/commit/769ced3d576bef1098c1e5819d4afeb9eee4d6bd
Author: Tim Northover <t.p.northover at gmail.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
Log Message:
-----------
AArch64: mark x22 livein if it's an async context that gets stored.
This fixes a crash with expensive checks enabled (the verifier was not happy).
More information about the All-commits
mailing list