[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

Devang Patel dpatel at apple.com
Mon Jul 18 16:46:01 PDT 2011


On Jul 18, 2011, at 4:09 PM, Eric Christopher wrote:

> 
> 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? :)

I'll see what I can do:)
-
Devang

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


More information about the llvm-commits mailing list