[PATCH] D100886: Make sure PHIElimination doesn't copy debug locations across basic blocks.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 20 13:40:07 PDT 2021


aprantl added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/PHIElimination-debugloc.mir:1
+# RUN: llc -mtriple=aarch64-linux-gnu -verify-machineinstrs -o - %s \
+# RUN:   -run-pass=livevars,phi-node-elimination,twoaddressinstruction \
----------------
Yes, I manually created this test by copy&pasting `llvm/test/CodeGen/AArch64/PHIElimination-crash.mir` and adding debug info to it.


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

https://reviews.llvm.org/D100886



More information about the llvm-commits mailing list