[PATCH] D78335: [GIsel][LegalizerHelper] Account for debug insts when creating mem libcalls

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 17:18:19 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/legalize-memcpy-et-al.mir:3
 # RUN: llc -march=aarch64 -run-pass=legalizer -verify-machineinstrs %s -o - | FileCheck %s
+# RUN: llc -debugify-and-strip-all-safe -march=aarch64 -run-pass=legalizer -verify-machineinstrs %s -o - | FileCheck %s
 ---
----------------
Does this end up stressing the case with multiple dbg instructions? I think tests with explicit dbg instructions would be more helpful here


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78335





More information about the llvm-commits mailing list