[llvm-commits] [llvm] r150736 - /llvm/trunk/test/CodeGen/X86/uint64-to-float.ll

Bill Wendling wendling at apple.com
Thu Feb 16 15:03:44 PST 2012


On Feb 16, 2012, at 2:42 PM, Bill Wendling <isanbard at gmail.com> wrote:

> Author: void
> Date: Thu Feb 16 16:42:48 2012
> New Revision: 150736
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=150736&view=rev
> Log:
> Use –mcpu=generic, so that the test will not fail when run on an Intel Atom
> processor, due to the Atom scheduler producing an instruction sequence that is
> different from that which is expected.
> Patch by Michael Spencer!
> 
Ahem...I mean Preston Guard.

-bw





More information about the llvm-commits mailing list