[PATCH] D47282: [DebugInfo] Maintain DI for sunken bitcasts

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 23 14:46:21 PDT 2018


vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.

LGTM with a nitpick. Thanks!



================
Comment at: test/DebugInfo/sink-bitcast-di.ll:1
+; RUN: opt -S -enable-debugify -codegenprepare < %s | FileCheck %s
+
----------------
This test doesn't rely on the output of -check-debugify, so you can just use "-debugify" here.


Repository:
  rL LLVM

https://reviews.llvm.org/D47282





More information about the llvm-commits mailing list