PhiRename-1.ll 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. ; RUN: opt < %s -loop-rotate -verify-dom-info -verify-loop-info -S | FileCheck %s
  2. ; CHECK-NOT: [ {{.}}tmp224
  3. target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
  4. %struct.FILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*)*, i32 (i8*, i8*, i32)*, i64 (i8*, i64, i32)*, i32 (i8*, i8*, i32)*, %struct.__sbuf, %struct.__sFILEX*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i64 }
  5. %struct.Index_Map = type { i32, %struct.item_set** }
  6. %struct.Item = type { [4 x i16], %struct.rule* }
  7. %struct.__sFILEX = type opaque
  8. %struct.__sbuf = type { i8*, i32 }
  9. %struct.dimension = type { i16*, %struct.Index_Map, %struct.mapping*, i32, %struct.plankMap* }
  10. %struct.item_set = type { i32, i32, %struct.operator*, [2 x %struct.item_set*], %struct.item_set*, i16*, %struct.Item*, %struct.Item* }
  11. %struct.list = type { i8*, %struct.list* }
  12. %struct.mapping = type { %struct.list**, i32, i32, i32, %struct.item_set** }
  13. %struct.nonterminal = type { i8*, i32, i32, i32, %struct.plankMap*, %struct.rule* }
  14. %struct.operator = type { i8*, i8, i32, i32, i32, i32, %struct.table* }
  15. %struct.pattern = type { %struct.nonterminal*, %struct.operator*, [2 x %struct.nonterminal*] }
  16. %struct.plank = type { i8*, %struct.list*, i32 }
  17. %struct.plankMap = type { %struct.list*, i32, %struct.stateMap* }
  18. %struct.rule = type { [4 x i16], i32, i32, i32, %struct.nonterminal*, %struct.pattern*, i8 }
  19. %struct.stateMap = type { i8*, %struct.plank*, i32, i16* }
  20. %struct.table = type { %struct.operator*, %struct.list*, i16*, [2 x %struct.dimension*], %struct.item_set** }
  21. @outfile = external global %struct.FILE* ; <%struct.FILE**> [#uses=1]
  22. @str1 = external constant [11 x i8] ; <[11 x i8]*> [#uses=1]
  23. @operators = weak global %struct.list* null ; <%struct.list**> [#uses=1]
  24. define i32 @opsOfArity(i32 %arity) {
  25. entry:
  26. %arity_addr = alloca i32 ; <i32*> [#uses=2]
  27. %retval = alloca i32, align 4 ; <i32*> [#uses=2]
  28. %tmp = alloca i32, align 4 ; <i32*> [#uses=2]
  29. %c = alloca i32, align 4 ; <i32*> [#uses=4]
  30. %l = alloca %struct.list*, align 4 ; <%struct.list**> [#uses=5]
  31. %op = alloca %struct.operator*, align 4 ; <%struct.operator**> [#uses=3]
  32. store i32 %arity, i32* %arity_addr
  33. store i32 0, i32* %c
  34. %tmp1 = load %struct.list*, %struct.list** @operators ; <%struct.list*> [#uses=1]
  35. store %struct.list* %tmp1, %struct.list** %l
  36. br label %bb21
  37. bb: ; preds = %bb21
  38. %tmp3 = getelementptr %struct.list, %struct.list* %tmp22, i32 0, i32 0 ; <i8**> [#uses=1]
  39. %tmp4 = load i8*, i8** %tmp3 ; <i8*> [#uses=1]
  40. %tmp45 = bitcast i8* %tmp4 to %struct.operator* ; <%struct.operator*> [#uses=1]
  41. store %struct.operator* %tmp45, %struct.operator** %op
  42. %tmp6 = load %struct.operator*, %struct.operator** %op ; <%struct.operator*> [#uses=1]
  43. %tmp7 = getelementptr %struct.operator, %struct.operator* %tmp6, i32 0, i32 5 ; <i32*> [#uses=1]
  44. %tmp8 = load i32, i32* %tmp7 ; <i32> [#uses=1]
  45. %tmp9 = load i32, i32* %arity_addr ; <i32> [#uses=1]
  46. icmp eq i32 %tmp8, %tmp9 ; <i1>:0 [#uses=1]
  47. zext i1 %0 to i8 ; <i8>:1 [#uses=1]
  48. icmp ne i8 %1, 0 ; <i1>:2 [#uses=1]
  49. br i1 %2, label %cond_true, label %cond_next
  50. cond_true: ; preds = %bb
  51. %tmp10 = load %struct.operator*, %struct.operator** %op ; <%struct.operator*> [#uses=1]
  52. %tmp11 = getelementptr %struct.operator, %struct.operator* %tmp10, i32 0, i32 2 ; <i32*> [#uses=1]
  53. %tmp12 = load i32, i32* %tmp11 ; <i32> [#uses=1]
  54. %tmp13 = load %struct.FILE*, %struct.FILE** @outfile ; <%struct.FILE*> [#uses=1]
  55. %tmp14 = getelementptr [11 x i8], [11 x i8]* @str1, i32 0, i32 0 ; <i8*> [#uses=1]
  56. %tmp15 = call i32 (%struct.FILE*, i8*, ...) @fprintf( %struct.FILE* %tmp13, i8* %tmp14, i32 %tmp12 ) ; <i32> [#uses=0]
  57. %tmp16 = load i32, i32* %c ; <i32> [#uses=1]
  58. %tmp17 = add i32 %tmp16, 1 ; <i32> [#uses=1]
  59. store i32 %tmp17, i32* %c
  60. br label %cond_next
  61. cond_next: ; preds = %cond_true, %bb
  62. %tmp19 = getelementptr %struct.list, %struct.list* %tmp22, i32 0, i32 1 ; <%struct.list**> [#uses=1]
  63. %tmp20 = load %struct.list*, %struct.list** %tmp19 ; <%struct.list*> [#uses=1]
  64. store %struct.list* %tmp20, %struct.list** %l
  65. br label %bb21
  66. bb21: ; preds = %cond_next, %entry
  67. %l.in = phi %struct.list** [ @operators, %entry ], [ %tmp19, %cond_next ]
  68. %tmp22 = load %struct.list*, %struct.list** %l.in ; <%struct.list*> [#uses=1]
  69. icmp ne %struct.list* %tmp22, null ; <i1>:3 [#uses=1]
  70. zext i1 %3 to i8 ; <i8>:4 [#uses=1]
  71. icmp ne i8 %4, 0 ; <i1>:5 [#uses=1]
  72. br i1 %5, label %bb, label %bb23
  73. bb23: ; preds = %bb21
  74. %tmp24 = load i32, i32* %c ; <i32> [#uses=1]
  75. store i32 %tmp24, i32* %tmp
  76. %tmp25 = load i32, i32* %tmp ; <i32> [#uses=1]
  77. store i32 %tmp25, i32* %retval
  78. br label %return
  79. return: ; preds = %bb23
  80. %retval26 = load i32, i32* %retval ; <i32> [#uses=1]
  81. ret i32 %retval26
  82. }
  83. declare i32 @fprintf(%struct.FILE*, i8*, ...)