Displaying 3 results from an estimated 3 matches for "rm_112_orn".
2009 Jun 25
2
[LLVMdev] bitwise AND selector node not commutative?
...0090625/0706b1cb/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090625/0706b1cb/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RM_112_ORN.ll
Type: application/octet-stream
Size: 366 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090625/0706b1cb/attachment-0001.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/...
2009 Jun 26
0
[LLVMdev] bitwise AND selector node not commutative?
...// Emits: (t2BICrs:i32 GPR:i32:$lhs, t2_so_reg:i32:$rhs)
// Pattern complexity = 19 cost = 1 size = 0
{
...
}
The second one is the commuted version. Looks like the issue is in
SelectThumb2ShifterOperandReg.
Evan
>
> David
>
> <RM_20_BIC.ll>
> <RM_112_ORN.ll>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <...
2009 Jun 26
1
[LLVMdev] bitwise AND selector node not commutative?
...ike the issue is in
> SelectThumb2ShifterOperandReg.
Ugh. It should try to match t2BICrr. But someone tblgen is not
generating the commuted version. Very strange. I'm take a look.
Evan
>
> Evan
>
>
>>
>> David
>>
>> <RM_20_BIC.ll>
>> <RM_112_ORN.ll>
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment...