[llvm-commits] [PATCH] test/CodeGen/X86/constant-pool-remat-0.ll: Tweak to force all XMMs spilled, to let rematerialized on Win64.

NAKAMURA Takumi geek4civic at gmail.com
Wed Mar 16 16:08:43 PDT 2011


On Thu, Mar 17, 2011 at 3:26 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
> That's a neat trick, but I don't think it is necessary.
>
> The test is checking that the register allocator can fold constant pool loads instead of spilling an xmm register. That is not necessary on windows, so you can just force the triple to linux or darwin.

I see, and I have committed in r127775 to eliminate win64 stuff and
asm, thank you.

...Takumi



More information about the llvm-commits mailing list