Hi, > On May 5, 2016, at 8:14 AM, Robert Suchanek <robert.sucha...@imgtec.com> > wrote: > > > > I'm resending this patch as it has been rebased and updated. I reverted a > change > > to check_effective_target_vect_call_lrint procedure because it does not use > > cached result. > > Ok. > > Please ensure that the compilation flag is mixed into the test case name so > that as you iterate over them, the test case names are unique.
An effective target is likely to have a unique flag to enable a given set of SIMD operations and this is mixed into test case names. I double-checked this with mips-mti-linux-gnu where auto-vectorization tests can be run twice i.e. for -mmsa and -mpaired-single. The patch was rebased once again and tested on x86_64-unknown-linux-gnu. Committed as r238755. Thanks and regards, Robert