[llvm-commits] [PATCH] Adding the Linpack test to the test suite
Renato Golin
rengolin at systemcall.org
Tue Nov 27 09:27:05 PST 2012
On 27 November 2012 17:18, Duncan Sands <baldrick at free.fr> wrote:
> Unfortunately moving the cx and px initialization down to the 101 length
> loop a bit below doesn't fix the test :(
Doesn't fix the test == print a different number than the "good one",
or print two different numbers based on optimization?
> Another issue is why globalopt broke a1 into individual fields when it can
> see that users are accessing off the end of arrays (which is valid as long as
> they are still indexing into the containing structure).
Not sure what you're talking about... ;)
But I'm glad that we're already finding odd behaviour of the optimizer
with this test!
--
cheers,
--renato
http://systemcall.org/
More information about the llvm-commits
mailing list