[PATCH] D125648: [ARM SEH 6] [ARM] Add SEH opcodes in frame lowering

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 09:32:23 PDT 2022


efriedma added a comment.

For scheduling, the AArch64 backend overrides "isSchedulingBoundary()" for SEH instructions.

I don't think we ever ran into issues with tail merge... maybe setting MachineInstr:::NoMerge would work?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125648



More information about the llvm-commits mailing list