[PATCH] D135417: [AArch64][Windows] Add MC support for save_any_reg.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 17:29:41 PDT 2022


efriedma created this revision.
efriedma added a reviewer: mstorsjo.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
efriedma requested review of this revision.
Herald added a project: LLVM.

Representing this as 12 separate operations is a bit ugly, but trying to represent the different modes using a bitfield seemed worse.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135417

Files:
  llvm/include/llvm/Support/Win64EH.h
  llvm/lib/MC/MCWin64EH.cpp
  llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
  llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
  llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
  llvm/test/MC/AArch64/seh.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135417.465941.patch
Type: text/x-patch
Size: 19679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221007/e39d9a83/attachment.bin>


More information about the llvm-commits mailing list