[PATCH] D53851: [AArch64] [Windows] SEH opcodes should be scheduling boundaries.
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 29 17:44:44 PDT 2018
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
>From reading the docs for `isSchedulingBoundary`, yes, definitely:
/// isSchedulingBoundary - Test if the given instruction should be
/// considered a scheduling boundary. This primarily includes labels
/// and terminators.
Fundamentally, SEH instructions are labels for unwind info.
Repository:
rL LLVM
https://reviews.llvm.org/D53851
More information about the llvm-commits
mailing list