[PATCH] D129909: [GlobalISel][DebugInfo] salvageDebugInfo analogue for gMIR
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 29 15:14:49 PDT 2022
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
I probably would have moved it even outside of CodeGenCommonIsel into the something that is included by all of CodeGen, since it's not ISel-specific and other passes might also delete instructions, but this is fine.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/salvage-debug-info-dead.mir:2
+# RUN: llc -global-isel=1 -O0 -run-pass=aarch64-O0-prelegalizer-combiner %s -o - -verify-machineinstrs | FileCheck %s --check-prefix=CHECK
+
+--- |
----------------
Please comment what's being tested here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129909/new/
https://reviews.llvm.org/D129909
More information about the llvm-commits
mailing list