8291048: x86: compiler/c2/irTests/TestAutoVectorization2DArray.java fails with lower SSE

Reviewed-by: kvn, jiefu
This commit is contained in:
Aleksey Shipilev 2022-07-27 16:58:49 +00:00
parent c1040897cd
commit dc74ea21f1

View File

@ -29,6 +29,7 @@ import compiler.lib.ir_framework.*;
* @test
* @bug 8279258
* @summary Auto-vectorization enhancement for two-dimensional array operations
* @requires (os.arch != "x86" & os.arch != "i386") | vm.opt.UseSSE == "null" | vm.opt.UseSSE >= 2
* @library /test/lib /
* @run driver compiler.c2.irTests.TestAutoVectorization2DArray
*/