[PATCH] D130133: Add a nop instruction if a section starts with landing pad for function splitter
Archit Saxena via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 19:47:55 PDT 2022
iamarchit123 added inline comments.
================
Comment at: llvm/test/CodeGen/X86/machine-function-splitter.ll:247
+;; Check that nop is inserted just before EH pad.
+;; If it's begining a section
+; MFS-DEFAULTS-LABEL: foo10
----------------
snehasish wrote:
> Is this an unterminated sentence or is it meant to be part of the prior line?
Part of the previous statement
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130133/new/
https://reviews.llvm.org/D130133
More information about the llvm-commits
mailing list