Re: [PATCH][AARCH64] Refactor constant generation

2012-11-29 Thread Marcus Shawcroft
On 26/11/12 16:50, Sofiane Naci wrote: Hi, Constant building in the AArch64 backend spits out assembly code, which affects scheduling of the generated code. This patch rewrites the code to use RTL patterns. A full aarch64-none-elf regression run shows no issues. Thanks Sofiane - ChangeLo

[PATCH][AARCH64] Refactor constant generation

2012-11-26 Thread Sofiane Naci
Hi, Constant building in the AArch64 backend spits out assembly code, which affects scheduling of the generated code. This patch rewrites the code to use RTL patterns. A full aarch64-none-elf regression run shows no issues. Thanks Sofiane - ChangeLog: 2012-11-26 Sofiane Naci