[all-commits] [llvm/llvm-project] d6481d: [AArch64][Windows] Add MC support for save_any_reg.
Eli Friedman via All-commits
all-commits at lists.llvm.org
Tue Oct 18 11:45:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6481dc88cd133359a7d043bc24ceb7dadfc2466
https://github.com/llvm/llvm-project/commit/d6481dc88cd133359a7d043bc24ceb7dadfc2466
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
M llvm/include/llvm/Support/Win64EH.h
M llvm/lib/MC/MCWin64EH.cpp
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
M llvm/test/MC/AArch64/seh.s
Log Message:
-----------
[AArch64][Windows] Add MC support for save_any_reg.
Representing this as 12 separate operations is a bit ugly, but
trying to represent the different modes using a bitfield seemed worse.
Differential Revision: https://reviews.llvm.org/D135417
More information about the All-commits
mailing list