[PATCH] D106660: [DebugInfo][InstrRef] Don't break up return-sequences on debug-info instructions
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 23 06:29:49 PDT 2021
djtodoro added a comment.
Can we make a test?
================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1663
// sequence, so we return true in that case.
- return MI.isDebugValue();
+ return MI.isDebugInstr();
----------------
Should it be `isMetaInstruction()` ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106660/new/
https://reviews.llvm.org/D106660
More information about the llvm-commits
mailing list