search for: 2301e286

Displaying 2 results from an estimated 2 matches for "2301e286".

2011 Feb 26
0
[LLVMdev] TableGen syntax for matching a constant load
...han one instructions for a given > pattern? There are some other cases I could use this for. def : Pat<(i32 -1), (DEC32r (MOV32r0))>; /jakob -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110226/2301e286/attachment.html>
2011 Feb 26
2
[LLVMdev] TableGen syntax for matching a constant load
On Sat, Feb 26, 2011 at 01:07:39PM -0800, Jakob Stoklund Olesen wrote: > > On Feb 25, 2011, at 7:27 PM, Joerg Sonnenberger wrote: > > > I'm trying to add a X86 pattern to turn > > movl $-1, %eax > > into > > orl $-1, $eax > > Please make sure to measure the performance impact of doing this. You > are creating a false dependency on the last