[PATCH] D41496: [EarlyCSE] Salvage debug info during DCE

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 07:50:30 PST 2018


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

LGTM modulo minor.



================
Comment at: test/Transforms/EarlyCSE/debuginfo-dce.ll:2-3
+; RUN: opt -early-cse -S %s -o - | FileCheck %s
+; ModuleID = '<stdin>'
+source_filename = "test.c"
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
----------------
unneeded.


https://reviews.llvm.org/D41496





More information about the llvm-commits mailing list