Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8355796

RISC-V: compiler/vectorapi/AllBitsSetVectorMatchRuleTest.java fails after JDK-8355657

XMLWordPrintable

      One or more @IR rules failed:

      Failed IR Rules (4) of Methods (4)
      ----------------------------------
      1) Method "public static void compiler.vectorapi.AllBitsSetVectorMatchRuleTest.testAllBitsSetVector()" - [Failed IR rules: 1]:
         * @IR rule 1: "@compiler.lib.ir_framework.IR(phase={DEFAULT}, applyIfPlatformAnd={}, applyIfCPUFeatureOr={}, counts={"_#VAND_NOT_I#_", " >= 1"}, applyIfPlatform={}, failOn={}, applyIfPlatformOr={}, applyIfOr={}, applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeature={}, applyIfAnd={}, applyIfNot={})"
           > Phase "Final Code":
             - counts: Graph contains wrong number of nodes:
               * Constraint 1: "(\d+(\s){2}(vand_notI.*)+(\s){2}===.*)"
                 - Failed comparison: [found] 0 >= 1 [given]
                 - No nodes matched!

      2) Method "public static void compiler.vectorapi.AllBitsSetVectorMatchRuleTest.testAllBitsSetVectorRegI()" - [Failed IR rules: 1]:
         * @IR rule 1: "@compiler.lib.ir_framework.IR(phase={DEFAULT}, applyIfPlatformAnd={}, applyIfCPUFeatureOr={}, counts={"_#RISCV_VAND_NOTI_VX#_", " >= 1"}, applyIfPlatform={"riscv64", "true"}, failOn={}, applyIfPlatformOr={}, applyIfOr={}, applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeature={}, applyIfAnd={}, applyIfNot={})"
           > Phase "Final Code":
             - counts: Graph contains wrong number of nodes:
               * Constraint 1: "(\d+(\s){2}(vand_notI_vx.*)+(\s){2}===.*)"
                 - Failed comparison: [found] 0 >= 1 [given]
                 - No nodes matched!

      3) Method "public static void compiler.vectorapi.AllBitsSetVectorMatchRuleTest.testAllBitsSetVectorRegIMask()" - [Failed IR rules: 1]:
         * @IR rule 1: "@compiler.lib.ir_framework.IR(phase={DEFAULT}, applyIfPlatformAnd={}, applyIfCPUFeatureOr={}, counts={"_#RISCV_VAND_NOTI_VX_MASKED#_", " >= 1"}, applyIfPlatform={"riscv64", "true"}, failOn={}, applyIfPlatformOr={}, applyIfOr={}, applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeature={}, applyIfAnd={}, applyIfNot={})"
           > Phase "Final Code":
             - counts: Graph contains wrong number of nodes:
               * Constraint 1: "(\d+(\s){2}(vand_notI_vx_masked.*)+(\s){2}===.*)"
                 - Failed comparison: [found] 0 >= 1 [given]
                 - No nodes matched!

      4) Method "public static void compiler.vectorapi.AllBitsSetVectorMatchRuleTest.testVectorVAndNotIMasked()" - [Failed IR rules: 1]:
         * @IR rule 2: "@compiler.lib.ir_framework.IR(phase={DEFAULT}, applyIfPlatformAnd={}, applyIfCPUFeatureOr={}, counts={"_#VAND_NOT_I_MASKED#_", " >= 1"}, applyIfPlatform={"riscv64", "true"}, failOn={}, applyIfPlatformOr={}, applyIfOr={}, applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeature={}, applyIfAnd={}, applyIfNot={})"
           > Phase "Final Code":
             - counts: Graph contains wrong number of nodes:
               * Constraint 1: "(\d+(\s){2}(vand_notI_masked.*)+(\s){2}===.*)"
                 - Failed comparison: [found] 0 >= 1 [given]
                 - No nodes matched!

            Unassigned Unassigned
            fyang Fei Yang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: