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

Di Mo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 16:20:43 PDT 2022


modimo accepted this revision.
modimo added a comment.

LGTM aside from minor nit.



================
Comment at: llvm/test/CodeGen/X86/machine-function-splitter.ll:246
+define i32 @foo10(i1 zeroext %0) personality ptr @__gxx_personality_v0 !prof !14 {
+;; Check that nop is inserted just before EH pad if it's begining a section.
+; MFS-DEFAULTS-LABEL: foo10
----------------
nit: s/begining/beginning/d


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