[PATCH] D86529: [5/5] [AArch64] Generate and parse SEH assembly directives
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 14:15:03 PDT 2020
efriedma added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/lrint-conv-fp16-win.ll:7
+; CHECK-NEXT: .seh_startepilogue
+; CHECK-NEXT: .seh_endepilogue
; CHECK-NEXT: ret
----------------
I think this indicates a bug somewhere else: we shouldn't be emitting seh_startepilogue in functions that don't have any other unwind info.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86529/new/
https://reviews.llvm.org/D86529
More information about the llvm-commits
mailing list