[llvm-commits] [llvm] r135423 - in /llvm/trunk: include/llvm/CodeGen/FastISel.h lib/CodeGen/SelectionDAG/FastISel.cpp lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp test/CodeGen/X86/dbg-materialized-reg-loc.ll

Eric Christopher echristo at apple.com
Mon Jul 18 16:09:02 PDT 2011


On Jul 18, 2011, at 1:55 PM, Devang Patel wrote:

> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/dbg-materialized-reg-loc.ll (added)
> +++ llvm/trunk/test/CodeGen/X86/dbg-materialized-reg-loc.ll Mon Jul 18 15:55:23 2011
> @@ -0,0 +1,120 @@
> +; RUN: llc -O0 < %s | FileCheck %s
> +; Radar 9223880
> +; CHECK:         .loc    1 17 64
> +; CHECK:        movl    $0, %esi
> +

For this kind of thing it's handy to put the check in the vicinity of where you expect it to be in the output
file. Also, can this be smaller? :)

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110718/777e155f/attachment.html>


More information about the llvm-commits mailing list