> Well,then I am not quite sure about the usage of this testsuite.Most
> testsuites seem to be used to test whether or not a kind of
> optimization works,and according to your view,this testsuite seems to
> be useless.
The testcase only, not the testsuite.
> So do you think it is proper if we
Well,then I am not quite sure about the usage of this testsuite.Most
testsuites seem to be used to test whether or not a kind of
optimization works,and according to your view,this testsuite seems to
be useless.
So do you think it is proper if we remove this testsuite from the
GCC testsuites?
> But now I am facing with a new instruction which will put the result
> in a single register,and thus GCC want to do GCSE on this
> instruction.GCC will treat si1%si2 as a loop invariant.So si1%si2 was
> moved out of the loop,just before the execution of function foo();as
> si2 is equal 0,there