search for: bsputuint32

Displaying 3 results from an estimated 3 matches for "bsputuint32".

2016 May 24
0
Liveness of AL, AH and AX in x86 backend
...edi movl %ebp, %ecx orl %esi, %edi movzbl %ch, %esi cmpl $8, %eax movl %edi, bsBuff jl .LBB14_6 As you can see, it is using both cl and ch for different values in this basic block. This occurs in the generated code for the routine bsPutUInt32 Kevin Smith >-----Original Message----- >From: mehdi.amini at apple.com [mailto:mehdi.amini at apple.com] >Sent: Tuesday, May 24, 2016 1:03 PM >To: Krzysztof Parzyszek <kparzysz at codeaurora.org> >Cc: mats petersson <mats at planetcatfish.com>; Smith, Kevin B ><k...
2016 May 24
1
Liveness of AL, AH and AX in x86 backend
...; orl %esi, %edi > movzbl %ch, %esi > cmpl $8, %eax > movl %edi, bsBuff > jl .LBB14_6 > > As you can see, it is using both cl and ch for different values in this basic block. This occurs in the generated code for the routine bsPutUInt32 > > Kevin Smith > >> -----Original Message----- >> From: mehdi.amini at apple.com [mailto:mehdi.amini at apple.com] >> Sent: Tuesday, May 24, 2016 1:03 PM >> To: Krzysztof Parzyszek <kparzysz at codeaurora.org> >> Cc: mats petersson <mats at planetcat...
2016 May 24
3
Liveness of AL, AH and AX in x86 backend
Hi, Could you use "MIR" to forge the example you're looking for? -- Mehdi > On May 24, 2016, at 10:10 AM, Krzysztof Parzyszek via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Then let me shift focus from performance to size. With either optsize or minsize, the output is still the same. > > As per the subject, I'm not really interested in the