[PATCH] D76934: [GlobalISel] fix crash in IRTranslator, MachineIRBuilder when translating @llvm.dbg.value intrinsic and using -debug

Dominik Montada via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 23:57:44 PDT 2020


gargaroff marked an inline comment as done.
gargaroff added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll:3
+; RUN: llc -mtriple=aarch64 -global-isel --global-isel-abort=0 %s -o /dev/null
+; RUN: llc -mtriple=aarch64 -global-isel --global-isel-abort=0 %s -o /dev/null -debug
 
----------------
MaskRay wrote:
> `-debug` needs `REQUIRES: asserts`
> 
> I fixed it.
Thank you very much! I wasn't aware of this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76934





More information about the llvm-commits mailing list