jdk-24/test/hotspot/jtreg/compiler/c2/irTests
Roland Westrelin dae4c493e4 8286197: C2: Optimize MemorySegment shape in int loop
Reviewed-by: kvn, thartmann
2022-06-10 08:17:26 +00:00
..
blackhole 8284848: C2: Compiler blackhole arguments should be treated as globally escaping 2022-04-28 08:32:44 +00:00
loopOpts 8267265: Use new IR Test Framework to create tests for C2 Ideal transformations 2022-02-28 10:01:24 +00:00
scalarReplacement 8267265: Use new IR Test Framework to create tests for C2 Ideal transformations 2022-02-28 10:01:24 +00:00
stringopts 8271459: C2: Missing NegativeArraySizeException when creating StringBuilder with negative capacity 2021-10-05 07:02:06 +00:00
AddINodeIdealizationTests.java 8283094: Add Ideal transformation: x + (con - y) -> (x - y) + con 2022-04-13 16:01:10 +00:00
AddLNodeIdealizationTests.java 8283094: Add Ideal transformation: x + (con - y) -> (x - y) + con 2022-04-13 16:01:10 +00:00
DivINodeIdealizationTests.java 8267265: Use new IR Test Framework to create tests for C2 Ideal transformations 2022-02-28 10:01:24 +00:00
DivLNodeIdealizationTests.java 8267265: Use new IR Test Framework to create tests for C2 Ideal transformations 2022-02-28 10:01:24 +00:00
MulINodeIdealizationTests.java 8267265: Use new IR Test Framework to create tests for C2 Ideal transformations 2022-02-28 10:01:24 +00:00
MulLNodeIdealizationTests.java 8267265: Use new IR Test Framework to create tests for C2 Ideal transformations 2022-02-28 10:01:24 +00:00
SubINodeIdealizationTests.java 8272735: Add missing SubL node transformations 2022-03-14 09:05:53 +00:00
SubLNodeIdealizationTests.java 8272735: Add missing SubL node transformations 2022-03-14 09:05:53 +00:00
TestAutoVecCountingDownLoop.java 8284981: Support the vectorization of some counting-down loops in SLP 2022-04-30 07:39:16 +00:00
TestAutoVectorization2DArray.java 8279258: Auto-vectorization enhancement for two-dimensional array operations 2022-01-07 00:04:51 +00:00
TestBackToBackIfs.java 8278228: C2: Improve identical back-to-back if elimination 2022-01-10 07:52:18 +00:00
TestConvI2LCastLongLoop.java 8286197: C2: Optimize MemorySegment shape in int loop 2022-06-10 08:17:26 +00:00
TestCountedLoopPhiValue.java 8281429: PhiNode::Value() is too conservative for tripcount of CountedLoop 2022-05-06 08:24:33 +00:00
TestCountedLoopSafepoint.java 8285980: Several tests in compiler/c2/irTests miss @requires vm.compiler2.enabled 2022-05-02 10:38:31 +00:00
TestDuplicateBackedge.java 8285980: Several tests in compiler/c2/irTests miss @requires vm.compiler2.enabled 2022-05-02 10:38:31 +00:00
TestEnumFinalFold.java 8286339: compiler/c2/irTests/TestEnumFinalFold.java fails if Enum/String methods are not inlined 2022-05-11 05:29:11 +00:00
TestFewIterationsCountedLoop.java 8285980: Several tests in compiler/c2/irTests miss @requires vm.compiler2.enabled 2022-05-02 10:38:31 +00:00
TestFPComparison.java 8285973: x86_64: Improve fp comparison and cmove for eq/ne 2022-05-24 00:15:54 +00:00
TestIRAbs.java 8280089: compiler/c2/irTests/TestIRAbs.java fails on some arches 2022-01-18 12:13:44 +00:00
TestIRAddIdealNotXPlusC.java 8285980: Several tests in compiler/c2/irTests miss @requires vm.compiler2.enabled 2022-05-02 10:38:31 +00:00
TestIRLShiftIdeal_XPlusX_LShiftC.java 8285980: Several tests in compiler/c2/irTests miss @requires vm.compiler2.enabled 2022-05-02 10:38:31 +00:00
TestIterativeEA.java 8276455: C2: iterative EA 2021-12-14 19:24:13 +00:00
TestLongRangeChecks.java 8285980: Several tests in compiler/c2/irTests miss @requires vm.compiler2.enabled 2022-05-02 10:38:31 +00:00
TestPostParseCallDevirtualization.java 8275086: compiler/c2/irTests/TestPostParseCallDevirtualization.java fails when compiler1 is disabled 2021-11-03 05:51:18 +00:00
TestRemixAddressExpressions.java 8278784: C2: Refactor PhaseIdealLoop::remix_address_expressions() so it operates on longs 2022-01-21 07:32:08 +00:00
TestScheduleSmallMethod.java 8275847: Scheduling fails with "too many D-U pinch points" on small method 2021-11-08 06:40:49 +00:00
TestShiftAndMask.java 8285793: C2: optimization of mask checks in counted loops fail in the presence of cast nodes 2022-04-29 11:19:27 +00:00
TestSkeletonPredicates.java 8281429: PhiNode::Value() is too conservative for tripcount of CountedLoop 2022-05-06 08:24:33 +00:00
TestSpecialCasesOf_AMinusB_Plus_CMinusD_InAddIdeal.java 8278471: Remove unreached rules in AddNode::IdealIL 2021-12-16 03:57:29 +00:00
TestStripMiningDropsSafepoint.java 8285980: Several tests in compiler/c2/irTests miss @requires vm.compiler2.enabled 2022-05-02 10:38:31 +00:00
TestSuperwordFailsUnrolling.java 8286940: [IR Framework] Allow IR tests to build and use Whitebox without -DSkipWhiteBoxInstall=true 2022-06-07 08:37:12 +00:00
TestUnsignedComparison.java 8276162: Optimise unsigned comparison pattern 2021-11-16 14:09:53 +00:00
TestVectorizeURShiftSubword.java 8283307: Vectorize unsigned shift right on signed subword types 2022-06-06 02:02:10 +00:00