[PATCH] D109005: [DebugInfo][InstrRef] Accept landingpad block arguments

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 4 15:01:24 PDT 2021


jmorse added inline comments.


================
Comment at: llvm/test/DebugInfo/X86/instr-ref-eh-landing-pad.ll:31-32
+lpad:                                             ; preds = %entry
+  %0 = landingpad { i8*, i32 }
+          catch i8* bitcast (i8** @_ZTIPi to i8*), !dbg !19
+  %1 = extractvalue { i8*, i32 } %0, 1, !dbg !19
----------------
Orlando wrote:
> Is that an accidental newline in there?
This is how the IR printer chooses to render it -- not completely sure why, but it's canonical at the least.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109005/new/

https://reviews.llvm.org/D109005



More information about the llvm-commits mailing list