public class org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  static int value;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static final byte[] testValues;
    descriptor: [B
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 51
            iconst_5
            newarray 8
            dup
            iconst_0
            bipush -128
            bastore
            dup
            iconst_1
            iconst_m1
            bastore
            dup
            iconst_3
            iconst_1
            bastore
            dup
            iconst_4
            bipush 127
            bastore
            putstatic org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.testValues:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
         0: .line 47
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/test/IfNodeCanonicalizationTest;

  public void test1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=18, args_size=1
        start local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
         0: .line 59
            aload 0 /* this */
            ldc "testSnippet1"
            ldc Lorg/graalvm/compiler/nodes/calc/SubNode;
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.test:(Ljava/lang/String;Ljava/lang/Class;I)V
         1: .line 60
            iconst_4
            newarray 8
            astore 1 /* values */
        start local 1 // byte[] values
         2: .line 61
            getstatic org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.testValues:[B
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 23
      StackMap locals: org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest byte[] top int int byte[]
      StackMap stack:
         3: aload 5
            iload 3
            baload
            istore 2 /* a */
        start local 2 // byte a
         4: .line 62
            aload 1 /* values */
            iconst_0
            iload 2 /* a */
            bastore
         5: .line 63
            getstatic org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.testValues:[B
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 21
      StackMap locals: org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest byte[] int int int byte[] top int int byte[]
      StackMap stack:
         6: aload 9
            iload 7
            baload
            istore 6 /* b */
        start local 6 // byte b
         7: .line 64
            aload 1 /* values */
            iconst_1
            iload 6 /* b */
            bastore
         8: .line 65
            getstatic org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.testValues:[B
            dup
            astore 13
            arraylength
            istore 12
            iconst_0
            istore 11
            goto 19
      StackMap locals: org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest byte[] int int int byte[] int int int byte[] top int int byte[]
      StackMap stack:
         9: aload 13
            iload 11
            baload
            istore 10 /* c */
        start local 10 // byte c
        10: .line 66
            aload 1 /* values */
            iconst_2
            iload 10 /* c */
            bastore
        11: .line 67
            getstatic org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.testValues:[B
            dup
            astore 17
            arraylength
            istore 16
            iconst_0
            istore 15
            goto 17
      StackMap locals: org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest byte[] int int int byte[] int int int byte[] int int int byte[] top int int byte[]
      StackMap stack:
        12: aload 17
            iload 15
            baload
            istore 14 /* d */
        start local 14 // byte d
        13: .line 68
            aload 1 /* values */
            iconst_3
            iload 14 /* d */
            bastore
        14: .line 69
            iconst_2
            putstatic org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.value:I
        15: .line 70
            aload 0 /* this */
            ldc "testSnippet1"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* values */
            aastore
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.test:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
        end local 14 // byte d
        16: .line 67
            iinc 15 1
      StackMap locals:
      StackMap stack:
        17: iload 15
            iload 16
            if_icmplt 12
        end local 10 // byte c
        18: .line 65
            iinc 11 1
      StackMap locals: org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest byte[] int int int byte[] int int int byte[] top int int byte[]
      StackMap stack:
        19: iload 11
            iload 12
            if_icmplt 9
        end local 6 // byte b
        20: .line 63
            iinc 7 1
      StackMap locals: org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest byte[] int int int byte[] top int int byte[]
      StackMap stack:
        21: iload 7
            iload 8
            if_icmplt 6
        end local 2 // byte a
        22: .line 61
            iinc 3 1
      StackMap locals: org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest byte[] top int int byte[]
      StackMap stack:
        23: iload 3
            iload 4
            if_icmplt 3
        24: .line 75
            return
        end local 1 // byte[] values
        end local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0    this  Lorg/graalvm/compiler/nodes/test/IfNodeCanonicalizationTest;
            2   25     1  values  [B
            4   22     2       a  B
            7   20     6       b  B
           10   18    10       c  B
           13   16    14       d  B
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public int testSnippet1(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
        start local 1 // byte[] values
         0: .line 78
            aload 1 /* values */
            iconst_0
            baload
            aload 1 /* values */
            iconst_1
            baload
            isub
            istore 2 /* v */
        start local 2 // int v
         1: .line 79
            iload 2 /* v */
            ifge 3
         2: .line 80
            iconst_2
            putstatic org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.value:I
         3: .line 82
      StackMap locals: int
      StackMap stack:
            aload 1 /* values */
            iconst_3
            baload
            aload 1 /* values */
            iconst_2
            baload
            isub
            istore 2 /* v */
         4: .line 83
            iload 2 /* v */
            ifge 6
         5: .line 84
            iconst_1
            putstatic org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.value:I
         6: .line 86
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.value:I
            ireturn
        end local 2 // int v
        end local 1 // byte[] values
        end local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/graalvm/compiler/nodes/test/IfNodeCanonicalizationTest;
            0    7     1  values  [B
            1    7     2       v  I
    MethodParameters:
        Name  Flags
      values  

  public void test2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
         0: .line 91
            aload 0 /* this */
            ldc "testSnippet2"
            iconst_1
            invokevirtual org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.test:(Ljava/lang/String;I)V
         1: .line 92
            return
        end local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/nodes/test/IfNodeCanonicalizationTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public boolean testSnippet2(int, int[]);
    descriptor: (I[I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
        start local 1 // int a
        start local 2 // int[] limit
         0: .line 95
            aload 2 /* limit */
            arraylength
            istore 3 /* l */
        start local 3 // int l
         1: .line 96
            iload 1 /* a */
            iflt 2
            iload 1 /* a */
            iload 3 /* l */
            if_icmplt 4
         2: .line 97
      StackMap locals: int
      StackMap stack:
            iload 1 /* a */
            putstatic org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.value:I
         3: .line 98
            iconst_1
            ireturn
         4: .line 100
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int l
        end local 2 // int[] limit
        end local 1 // int a
        end local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/graalvm/compiler/nodes/test/IfNodeCanonicalizationTest;
            0    5     1      a  I
            0    5     2  limit  [I
            1    5     3      l  I
    MethodParameters:
       Name  Flags
      a      
      limit  

  public void test3();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
         0: .line 106
            aload 0 /* this */
            ldc "testSnippet3"
            iconst_1
            invokevirtual org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.test:(Ljava/lang/String;I)V
         1: .line 107
            return
        end local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/nodes/test/IfNodeCanonicalizationTest;
    RuntimeVisibleAnnotations: 
      org.junit.Ignore(value = "currently not working because swapped case isn't handled")
      org.junit.Test()

  public boolean testSnippet3(int, int[]);
    descriptor: (I[I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
        start local 1 // int a
        start local 2 // int[] limit
         0: .line 110
            aload 2 /* limit */
            arraylength
            istore 3 /* l */
        start local 3 // int l
         1: .line 111
            iload 1 /* a */
            iload 3 /* l */
            if_icmpge 4
            iload 1 /* a */
            iflt 4
         2: .line 112
            bipush 9
            putstatic org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.value:I
         3: .line 113
            iconst_1
            ireturn
         4: .line 115
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int l
        end local 2 // int[] limit
        end local 1 // int a
        end local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/graalvm/compiler/nodes/test/IfNodeCanonicalizationTest;
            0    5     1      a  I
            0    5     2  limit  [I
            1    5     3      l  I
    MethodParameters:
       Name  Flags
      a      
      limit  

  public void test4();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
         0: .line 120
            aload 0 /* this */
            ldc "testSnippet4"
            iconst_1
            invokevirtual org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.test:(Ljava/lang/String;I)V
         1: .line 121
            return
        end local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/nodes/test/IfNodeCanonicalizationTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public boolean testSnippet4(int, int[]);
    descriptor: (I[I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
        start local 1 // int a
        start local 2 // int[] limit
         0: .line 124
            aload 2 /* limit */
            arraylength
            istore 3 /* l */
        start local 3 // int l
         1: .line 125
            iload 1 /* a */
            ifge 3
         2: .line 126
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 128
      StackMap locals: int
      StackMap stack:
            iload 1 /* a */
            iload 3 /* l */
            if_icmplt 5
         4: .line 129
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         5: .line 131
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // int l
        end local 2 // int[] limit
        end local 1 // int a
        end local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/graalvm/compiler/nodes/test/IfNodeCanonicalizationTest;
            0    6     1      a  I
            0    6     2  limit  [I
            1    6     3      l  I
    MethodParameters:
       Name  Flags
      a      
      limit  

  public void test5();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
         0: .line 137
            aload 0 /* this */
            ldc "testSnippet5"
            iconst_1
            invokevirtual org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.test:(Ljava/lang/String;I)V
         1: .line 138
            return
        end local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/nodes/test/IfNodeCanonicalizationTest;
    RuntimeVisibleAnnotations: 
      org.junit.Ignore(value = "Reversed conditions aren't working with guards")
      org.junit.Test()

  public boolean testSnippet5(int, int[]);
    descriptor: (I[I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
        start local 1 // int a
        start local 2 // int[] limit
         0: .line 141
            aload 2 /* limit */
            arraylength
            istore 3 /* l */
        start local 3 // int l
         1: .line 142
            iload 1 /* a */
            iload 3 /* l */
            if_icmplt 3
         2: .line 143
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 145
      StackMap locals: int
      StackMap stack:
            iload 1 /* a */
            ifge 5
         4: .line 146
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         5: .line 148
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // int l
        end local 2 // int[] limit
        end local 1 // int a
        end local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/graalvm/compiler/nodes/test/IfNodeCanonicalizationTest;
            0    6     1      a  I
            0    6     2  limit  [I
            1    6     3      l  I
    MethodParameters:
       Name  Flags
      a      
      limit  

  public void test(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
        start local 1 // java.lang.String name
        start local 2 // int logicCount
         0: .line 152
            aload 0 /* this */
            aload 1 /* name */
            ldc Lorg/graalvm/compiler/nodes/LogicNode;
            iload 2 /* logicCount */
            invokevirtual org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.test:(Ljava/lang/String;Ljava/lang/Class;I)V
         1: .line 153
            return
        end local 2 // int logicCount
        end local 1 // java.lang.String name
        end local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/graalvm/compiler/nodes/test/IfNodeCanonicalizationTest;
            0    2     1        name  Ljava/lang/String;
            0    2     2  logicCount  I
    MethodParameters:
            Name  Flags
      name        
      logicCount  

  public void test(java.lang.String, java.lang.Class<? extends org.graalvm.compiler.graph.Node>, );
    descriptor: (Ljava/lang/String;Ljava/lang/Class;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Class expectedClass
        start local 3 // int expectedCount
         0: .line 156
            aload 0 /* this */
            aload 1 /* name */
            getstatic org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions.YES:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            invokevirtual org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.parseEager:(Ljava/lang/String;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 4 /* graph */
        start local 4 // org.graalvm.compiler.nodes.StructuredGraph graph
         1: .line 158
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.getProviders:()Lorg/graalvm/compiler/phases/util/Providers;
            astore 5 /* context */
        start local 5 // org.graalvm.compiler.nodes.spi.CoreProviders context
         2: .line 159
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest.createCanonicalizerPhase:()Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;
            astore 6 /* canonicalizer */
        start local 6 // org.graalvm.compiler.phases.common.CanonicalizerPhase canonicalizer
         3: .line 160
            new org.graalvm.compiler.loop.phases.ConvertDeoptimizeToGuardPhase
            dup
            invokespecial org.graalvm.compiler.loop.phases.ConvertDeoptimizeToGuardPhase.<init>:()V
            aload 4 /* graph */
            aload 5 /* context */
            invokevirtual org.graalvm.compiler.loop.phases.ConvertDeoptimizeToGuardPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         4: .line 161
            aload 4 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.clearAllStateAfter:()V
         5: .line 162
            aload 4 /* graph */
            getstatic org.graalvm.compiler.nodes.StructuredGraph$GuardsStage.AFTER_FSA:Lorg/graalvm/compiler/nodes/StructuredGraph$GuardsStage;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.setGuardsStage:(Lorg/graalvm/compiler/nodes/StructuredGraph$GuardsStage;)V
         6: .line 163
            aload 6 /* canonicalizer */
            aload 4 /* graph */
            aload 5 /* context */
            invokevirtual org.graalvm.compiler.phases.common.CanonicalizerPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         7: .line 165
            new org.graalvm.compiler.phases.common.IterativeConditionalEliminationPhase
            dup
            aload 6 /* canonicalizer */
            iconst_1
            invokespecial org.graalvm.compiler.phases.common.IterativeConditionalEliminationPhase.<init>:(Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;Z)V
            aload 4 /* graph */
            aload 5 /* context */
            invokevirtual org.graalvm.compiler.phases.common.IterativeConditionalEliminationPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         8: .line 166
            aload 6 /* canonicalizer */
            aload 4 /* graph */
            aload 5 /* context */
            invokevirtual org.graalvm.compiler.phases.common.CanonicalizerPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         9: .line 167
            aload 6 /* canonicalizer */
            aload 4 /* graph */
            aload 5 /* context */
            invokevirtual org.graalvm.compiler.phases.common.CanonicalizerPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
        10: .line 169
            iload 3 /* expectedCount */
            i2l
            aload 4 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            aload 2 /* expectedClass */
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.filter:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.count:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        11: .line 170
            return
        end local 6 // org.graalvm.compiler.phases.common.CanonicalizerPhase canonicalizer
        end local 5 // org.graalvm.compiler.nodes.spi.CoreProviders context
        end local 4 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 3 // int expectedCount
        end local 2 // java.lang.Class expectedClass
        end local 1 // java.lang.String name
        end local 0 // org.graalvm.compiler.nodes.test.IfNodeCanonicalizationTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lorg/graalvm/compiler/nodes/test/IfNodeCanonicalizationTest;
            0   12     1           name  Ljava/lang/String;
            0   12     2  expectedClass  Ljava/lang/Class<+Lorg/graalvm/compiler/graph/Node;>;
            0   12     3  expectedCount  I
            1   12     4          graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            2   12     5        context  Lorg/graalvm/compiler/nodes/spi/CoreProviders;
            3   12     6  canonicalizer  Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;
    Signature: (Ljava/lang/String;Ljava/lang/Class<+Lorg/graalvm/compiler/graph/Node;>;I)V
    MethodParameters:
               Name  Flags
      name           
      expectedClass  
      expectedCount  
}
SourceFile: "IfNodeCanonicalizationTest.java"
InnerClasses:
  public Result = org.graalvm.compiler.core.test.GraalCompilerTest$Result of org.graalvm.compiler.core.test.GraalCompilerTest
  public final AllowAssumptions = org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions of org.graalvm.compiler.nodes.StructuredGraph
  public final GuardsStage = org.graalvm.compiler.nodes.StructuredGraph$GuardsStage of org.graalvm.compiler.nodes.StructuredGraph