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

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 14:30:59 PDT 2022


mstorsjo added a comment.

In D135417#3843903 <https://reviews.llvm.org/D135417#3843903>, @efriedma wrote:

> That would be four directives, "seh_save_any_reg", seh_save_any_reg_p", "seh_save_any_reg_x", and "seh_save_any_reg_px"?  I guess that works, although I'll have to reimplement the parseRegisterInRange() logic.

Exactly.

I'm not entirely dead set on it, but I think it could be a nicer experience for the assembly directives and at least worth evaluating.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135417/new/

https://reviews.llvm.org/D135417



More information about the llvm-commits mailing list