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

Rahman Lavaee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 14:22:13 PDT 2022


rahmanl accepted this revision.
rahmanl added inline comments.


================
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 beginning a section.
+; MFS-DEFAULTS-LABEL: foo10
----------------



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