[PATCH] New SystemZ backend: LLVM code changes
    Eric Christopher 
    echristo at gmail.com
       
    Wed Apr 24 03:56:23 PDT 2013
    
    
  
Right. That looks much better.
-eric
On Wed, Apr 24, 2013 at 11:52 AM, Richard Sandiford
<rsandifo at linux.vnet.ibm.com> wrote:
> Sean Silva <silvas at purdue.edu> writes:
>> ================
>> Comment at: test/CodeGen/SystemZ/or-01.ll:6-8
>> @@ +5,5 @@
>> +; Check OR.
>> +define i32 @f1(i32 %a, i32 %b) {
>> +; CHECK: or %r2, %r3
>> +; CHECK: br %r14
>> +  %or = or i32 %a, %b
>> ----------------
>> Please robustify these tests (and others) by checking for the name of
>> the function.
>
> OK, here's the new version of the or-*.ll tests.  I'm a bit hesitant
> to upload the whole thing again :-)
>
> Richard
>
    
    
More information about the llvm-commits
mailing list