[PATCH] D109005: [DebugInfo][InstrRef] Accept landingpad block arguments
Orlando Cazalet-Hyams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 1 07:25:38 PDT 2021
Orlando added a comment.
LGTM. Please appease clang-format bot before landing.
================
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
----------------
Is that an accidental newline in there?
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