jdk/test/hotspot/jtreg/compiler/vectorization
2025-01-06 03:35:46 +00:00
..
runner 8341781: Improve Min/Max node identities 2024-12-10 22:32:19 +00:00
TestAbsCharVector.java 8261022: Fix incorrect result of Math.abs() with char type 2021-02-07 01:15:24 +00:00
TestAutoVecIntMinMax.java 8310308: IR Framework: check for type and size of vector nodes 2023-08-15 10:08:51 +00:00
TestBufferVectorization.java 8310190: C2 SuperWord: AlignVector is broken, generates misaligned packs 2024-01-08 16:10:21 +00:00
TestCMoveWithoutBoolPack.java 8313345: SuperWord fails due to CMove without matching Bool pack 2023-08-09 05:16:02 +00:00
TestComplexAddrExpr.java
TestEor3AArch64.java 8299528: IR test: TestEor3AArch64.java fails on aarch64 2023-01-06 10:04:04 +00:00
TestFloat16VectorConvChain.java 8345146: [PPC64] Make intrinsic conversions between bit representations of half precision values and floats 2024-12-05 12:03:53 +00:00
TestFloatConversionsVector.java 8340010: Fix vectorization tests with compact headers 2024-11-25 10:39:36 +00:00
TestFloatConversionsVectorNaN.java 8344960: RISC-V: fix TestFloatConversionsVectorNaN for COH and AlignVector 2024-11-26 11:10:36 +00:00
TestForEachRem.java 8298935: fix independence bug in create_pack logic in SuperWord::find_adjacent_refs 2023-03-15 14:02:45 +00:00
TestMacroLogicVector.java
TestMaskedVectors.java 8317121: vector_masked_load instruction is moved too early after JDK-8286941 2023-10-03 18:18:26 +00:00
TestMemoryVectorMismatched.java 8263972: C2: LoadVector/StoreVector type mismatch in MemNode::can_see_stored_value() 2021-04-27 16:34:28 +00:00
TestNaNVector.java
TestNarrowedIntegerReverseBytes.java 8305324: C2: Wrong execution of vectorizing Interger.reverseBytes 2023-04-12 17:08:26 +00:00
TestNumberOfContinuousZeros.java 8331577: RISC-V: C2 CountLeadingZerosV 2024-05-10 13:59:09 +00:00
TestOffsetSorting.java 8334228: C2 SuperWord: fix JDK-24 regression in VPointer::cmp_for_sort after JDK-8325155 2024-06-17 06:58:55 +00:00
TestOptionVectorize.java
TestOptionVectorizeIR.java 8310308: IR Framework: check for type and size of vector nodes 2023-08-15 10:08:51 +00:00
TestOverlappingMismatchedAccesses.java 8300258: C2: vectorization fails on simple ByteBuffer loop 2023-03-09 08:00:24 +00:00
TestPopCountVector.java 8320995: RISC-V: C2 PopCountVI 2024-05-08 09:37:42 +00:00
TestPopCountVectorLong.java 8320995: RISC-V: C2 PopCountVI 2024-05-08 09:37:42 +00:00
TestPopulateIndex.java 8311130: AArch64: Sync SVE related CPU features with VM options 2023-07-20 09:35:45 +00:00
TestReplicateAtConv.java 8343747: C2: TestReplicateAtConv.java crashes with -XX:MaxVectorSize=8 2024-12-06 09:19:55 +00:00
TestReplicateLoopIV.java 8286125: C2: "bad AD file" with PopulateIndex on x86_64 2022-05-10 13:37:03 +00:00
TestReverseBitsVector.java 8310308: IR Framework: check for type and size of vector nodes 2023-08-15 10:08:51 +00:00
TestReverseBytes.java 8345795: Update copyright year to 2024 for hotspot in files where it was missed 2024-12-10 08:47:46 +00:00
TestRotateByteAndShortVector.java 8286847: Rotate vectors don't support byte or short 2022-06-09 04:00:31 +00:00
TestRoundVectAArch64.java 8280378: [IR Framework] Support IR matching for different compile phases 2022-11-01 15:41:09 +00:00
TestRoundVectDouble.java 8280378: [IR Framework] Support IR matching for different compile phases 2022-11-01 15:41:09 +00:00
TestRoundVectFloat.java 8345795: Update copyright year to 2024 for hotspot in files where it was missed 2024-12-10 08:47:46 +00:00
TestRoundVectorDoubleRandom.java 8321010: RISC-V: C2 RoundVF 2024-09-13 08:05:19 +00:00
TestRoundVectorFloatAll.java 8321010: RISC-V: C2 RoundVF 2024-09-13 08:05:19 +00:00
TestRoundVectorFloatRandom.java 8321010: RISC-V: C2 RoundVF 2024-09-13 08:05:19 +00:00
TestRoundVectRiscv64.java 8321010: RISC-V: C2 RoundVF 2024-09-13 08:05:19 +00:00
TestSignumVector.java 8345795: Update copyright year to 2024 for hotspot in files where it was missed 2024-12-10 08:47:46 +00:00
TestSmallVectorPopIndex.java 8027711: Unify wildcarding syntax for CompileCommand and CompileOnly 2023-06-12 07:39:23 +00:00
TestSubwordReverseBytes.java 8310308: IR Framework: check for type and size of vector nodes 2023-08-15 10:08:51 +00:00
TestUnexpectedLoadOrdering.java
TestVectorizationNegativeScale.java 8346924: TestVectorizationNegativeScale.java fails without the rvv extension on RISCV fastdebug VM 2025-01-06 03:35:46 +00:00
TestVectorsNotSavedAtSafepoint.java 8264179: [TESTBUG] Some compiler tests fail when running without C2 2021-03-29 08:03:47 +00:00
TestVectorUnalignedOffset.java