jdk-24/test/hotspot/jtreg/compiler/loopopts/superword
2024-03-12 07:27:23 +00:00
..
AlignmentOnePack.java 8229694: JVM crash in SWPointer during C2 OSR compilation 2019-11-11 10:41:03 +01:00
CoLocatePack.java 8233032: assert(in_bb(n)) failed: must be 2019-12-10 09:28:38 +01:00
CoLocatePackMemoryState.java 8238438: SuperWord::co_locate_pack picks memory state of first instead of last load 2020-03-02 10:23:08 +01:00
MinMaxRed_Int.java 8302673: [SuperWord] MaxReduction and MinReduction should vectorize for int 2023-06-05 07:08:33 +00:00
ProdRed_Double.java 8300865: C2: product reduction in ProdRed_Double is not vectorized 2023-05-31 22:39:54 +00:00
ProdRed_Float.java 8294715: Add IR checks to the reduction vectorization tests 2023-03-13 07:33:46 +00:00
ProdRed_Int.java 8302652: [SuperWord] Reduction should happen after loop, when possible 2023-05-23 08:05:13 +00:00
RedTest_int.java 8302652: [SuperWord] Reduction should happen after loop, when possible 2023-05-23 08:05:13 +00:00
RedTest_long.java 8302652: [SuperWord] Reduction should happen after loop, when possible 2023-05-23 08:05:13 +00:00
ReductionPerf.java 8302652: [SuperWord] Reduction should happen after loop, when possible 2023-05-23 08:05:13 +00:00
SumRed_Double.java 8294715: Add IR checks to the reduction vectorization tests 2023-03-13 07:33:46 +00:00
SumRed_Float.java 8294715: Add IR checks to the reduction vectorization tests 2023-03-13 07:33:46 +00:00
SumRed_Int.java 8302652: [SuperWord] Reduction should happen after loop, when possible 2023-05-23 08:05:13 +00:00
SumRed_Long.java 8280120: [IR Framework] Add attribute to @IR to enable/disable IR matching based on the architecture 2023-10-04 11:58:16 +00:00
SumRedAbsNeg_Double.java 8310308: IR Framework: check for type and size of vector nodes 2023-08-15 10:08:51 +00:00
SumRedAbsNeg_Float.java 8310308: IR Framework: check for type and size of vector nodes 2023-08-15 10:08:51 +00:00
SumRedSqrt_Double.java 8310308: IR Framework: check for type and size of vector nodes 2023-08-15 10:08:51 +00:00
SuperWordIntermediateUse.java 8232874: Add missing test for 8230062 2019-10-23 12:17:14 +02:00
TestAlignVector.java 8310190: C2 SuperWord: AlignVector is broken, generates misaligned packs 2024-01-08 16:10:21 +00:00
TestAlignVectorFuzzer.java 8323641: Test compiler/loopopts/superword/TestAlignVectorFuzzer.java timed out 2024-01-15 10:44:01 +00:00
TestBestAlign.java
TestCmpInvar.java 8309268: C2: "assert(in_bb(n)) failed: must be" after JDK-8306302 2023-06-05 06:43:13 +00:00
TestCyclicDependency.java 8310308: IR Framework: check for type and size of vector nodes 2023-08-15 10:08:51 +00:00
TestDependencyOffsets.java 8310190: C2 SuperWord: AlignVector is broken, generates misaligned packs 2024-01-08 16:10:21 +00:00
TestFuzzPreLoop.java 8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list 2019-09-10 19:58:22 +02:00
TestGeneralizedReductions.java 8287087: C2: perform SLP reduction analysis on-demand 2023-04-27 09:39:53 +00:00
TestHoistedReductionNode.java 8286177: C2: "failed: non-reduction loop contains reduction nodes" assert failure 2022-05-24 07:19:00 +00:00
TestIndependentPacksWithCyclicDependency2.java 8304720: SuperWord::schedule should rebuild C2-graph from SuperWord dependency-graph 2023-05-08 06:09:10 +00:00
TestIndependentPacksWithCyclicDependency.java 8310308: IR Framework: check for type and size of vector nodes 2023-08-15 10:08:51 +00:00
TestMovingLoadBeforeStore.java 8310190: C2 SuperWord: AlignVector is broken, generates misaligned packs 2024-01-08 16:10:21 +00:00
TestMulAddS2I.java 8326139: C2 SuperWord: split packs (match use/def packs, implemented, mutual independence) 2024-03-12 07:27:23 +00:00
TestNegBaseOffset.java 8027711: Unify wildcarding syntax for CompileCommand and CompileOnly 2023-06-12 07:39:23 +00:00
TestNoInputInLoop.java 8327172: C2 SuperWord: data node in loop has no input in loop: replace assert with bailout 2024-03-07 07:48:38 +00:00
TestPeeledReductionNode.java 8279622: C2: miscompilation of map pattern as a vector reduction 2022-05-03 11:08:48 +00:00
TestPickFirstMemoryState.java 8240281: Remove failing assertion code when selecting first memory state in SuperWord::co_locate_pack 2021-02-11 13:00:10 +00:00
TestPickLastMemoryState.java 8027711: Unify wildcarding syntax for CompileCommand and CompileOnly 2023-06-12 07:39:23 +00:00
TestReductionWithLoopVariantUse.java
TestScheduleReordersScalarMemops.java 8304720: SuperWord::schedule should rebuild C2-graph from SuperWord dependency-graph 2023-05-08 06:09:10 +00:00
TestSearchAlignment.java 8256318: AArch64: Add support for floating-point absolute difference 2020-11-18 10:14:20 +00:00
TestSplitPacks.java 8326139: C2 SuperWord: split packs (match use/def packs, implemented, mutual independence) 2024-03-12 07:27:23 +00:00
TestUnorderedReduction.java 8314612: TestUnorderedReduction.java fails with -XX:MaxVectorSize=32 and -XX:+AlignVector 2023-09-13 10:47:20 +00:00
TestUnorderedReductionPartialVectorization.java 8324794: C2 SuperWord: do not ignore reductions in SuperWord::unrolling_analysis 2024-01-30 20:14:20 +00:00
TestVectorizationWithInvariant.java
TestVectorizeTypeConversionWithUnsafe.java 8288883: C2: assert(allow_address || t != T_ADDRESS) failed after JDK-8283091 2022-07-18 05:54:51 +00:00
TestWronglyMarkedReduction.java 8261147: C2: Node is wrongly marked as reduction resulting in a wrong execution due to wrong vector instructions 2021-07-09 11:53:45 +00:00
Vec_MulAddS2I.java 8264179: [TESTBUG] Some compiler tests fail when running without C2 2021-03-29 08:03:47 +00:00