Displaying 3 results from an estimated 3 matches for "736df189".
2012 Dec 10
0
[LLVMdev] Testing Target Optimization via ASM Injection
On 10 December 2012 03:00, Isaac Asay <iasay at calpoly.edu> wrote:
> I've also tried using asm() C calls to force a
> specific assembly pattern, but LLVM appears to treat the asm() call like a
> single atomic block that does not have the optimizer run on its member
> instructions.
Hi Isaac,
AFAIK, inline assembly is only exported at the end and it's generally
kept
2012 Dec 19
1
[LLVMdev] Testing Target Optimization via ASM Injection
...o change your inline ASM, the improvements would
> be very limited.
>
>
> --
> cheers,
> --renato
>
> http://systemcall.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/736df189/attachment.html>
2012 Dec 10
2
[LLVMdev] Testing Target Optimization via ASM Injection
My name is Isaac. I emailed this mailing list a couple years ago because I
was working on an ARM specific target optimization for my thesis, and had
questions about moving instructions and properly migrating kill flags. I
have managed to get that working properly, and I now have a complete
optimization that I wish to test.
My question is simply this: Is there any established way to inject ARM