[PATCH] D53740: [globalisel][irtranslator] Verify that DILocations aren't lost in translation

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 25 16:30:38 PDT 2018


dsanders created this revision.
dsanders added reviewers: aprantl, vsk, bogner, aditya_nandakumar, volkan, rtereshin.
Herald added subscribers: javed.absar, kristof.beyls, rovka.

Also fix a couple bugs where DILocations are lost. EntryBuilder wasn't passing
on debug locations for PHI's, constants, GLOBAL_VALUE, etc.


Repository:
  rL LLVM

https://reviews.llvm.org/D53740

Files:
  lib/CodeGen/GlobalISel/IRTranslator.cpp
  test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53740.171219.patch
Type: text/x-patch
Size: 8160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181025/7a028bf0/attachment.bin>


More information about the llvm-commits mailing list