File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ hotspot_containers_extended = \
84
84
85
85
hotspot_vector_1 = \
86
86
compiler/c2/cr6340864 \
87
+ compiler/c2/irTests \
87
88
compiler/codegen \
88
89
compiler/loopopts/superword \
89
90
compiler/vectorapi \
Original file line number Diff line number Diff line change 33
33
* @bug 8283307
34
34
* @key randomness
35
35
* @summary Auto-vectorization enhancement for unsigned shift right on signed subword types
36
- * @requires os.arch=="amd64" | os.arch=="x86_64" | os.arch=="aarch64"
36
+ * @requires (( os.arch=="amd64" | os.arch=="x86_64") & (vm.opt.UseSSE == "null" | vm.opt.UseSSE > 3)) | os.arch=="aarch64"
37
37
* @library /test/lib /
38
38
* @run driver compiler.c2.irTests.TestVectorizeURShiftSubword
39
39
*/
Original file line number Diff line number Diff line change @@ -133,6 +133,9 @@ public class TestFramework {
133
133
"CompileThreshold" ,
134
134
"Xmixed" ,
135
135
"server" ,
136
+ "UseAVX" ,
137
+ "UseSSE" ,
138
+ "UseSVE" ,
136
139
"Xlog" ,
137
140
"LogCompilation"
138
141
)
You can’t perform that action at this time.
0 commit comments