[PATCH] D66145: [DebugInfo] Allow bundled calls in the MIR's call site info
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 09:02:39 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/test/DebugInfo/MIR/Hexagon/bundled-call-site-info.mir:1
+# RUN: llc -debug-entry-values %s -run-pass=livedebugvalues -o - | FileCheck %s
+
----------------
MIR parser tests usually go to test/CodeGen/MIR. Should just -run-pass=none -verify-machineinstrs
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66145/new/
https://reviews.llvm.org/D66145
More information about the llvm-commits
mailing list