[PATCH] D130133: Add a nop instruction if a section starts with landing pad for function splitter

Snehasish Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 18:25:35 PDT 2022


snehasish accepted this revision.
snehasish added a comment.
This revision is now accepted and ready to land.

lgtm



================
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
----------------
Is this an unterminated sentence or is it meant to be part of the prior line?


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