[PATCH] D39986: WIP: [LSR] Expand: Use the replaced value's debug loc (PR25630)

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 16:39:26 PST 2017


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

LGTM. Nitpicks below.



================
Comment at: test/Transforms/LoopStrengthReduce/pr25630.ll:1
+; RUN: opt -loop-reduce < %s -S -o - | FileCheck %s
+
----------------
Could you use a more descriptive name for the filename?
Then, mention the PR in the comment here.


https://reviews.llvm.org/D39986





More information about the llvm-commits mailing list