jdk-24/test/hotspot/jtreg/compiler/vectorization
2024-03-12 07:27:23 +00:00
..
runner 8326139: C2 SuperWord: split packs (match use/def packs, implemented, mutual independence) 2024-03-12 07:27:23 +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
TestFloatConversionsVector.java 8320646: RISC-V: C2 VectorCastHF2F 2024-03-07 12:21:23 +00:00
TestFloatConversionsVectorNaN.java 8320646: RISC-V: C2 VectorCastHF2F 2024-03-07 12:21:23 +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 8311130: AArch64: Sync SVE related CPU features with VM options 2023-07-20 09:35:45 +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
TestPopCountVectorLong.java 8297172: Fix some issues of auto-vectorization of Long.bitCount/numberOfTrailingZeros/numberOfLeadingZeros() 2022-12-06 09:35:27 +00:00
TestPopulateIndex.java 8311130: AArch64: Sync SVE related CPU features with VM options 2023-07-20 09:35:45 +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 8310308: IR Framework: check for type and size of vector nodes 2023-08-15 10:08:51 +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 8325037: x86: enable and fix hotspot/jtreg/compiler/vectorization/TestRoundVectFloat.java 2024-02-04 09:46:15 +00:00
TestSignumVector.java 8321001: RISC-V: C2 SignumVF 2023-12-07 14:29:07 +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
TestVectorsNotSavedAtSafepoint.java 8264179: [TESTBUG] Some compiler tests fail when running without C2 2021-03-29 08:03:47 +00:00
TestVectorUnalignedOffset.java