2007-04-23-UseIterator.ll 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. ; RUN: opt < %s -loop-reduce -disable-output
  2. 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"
  3. target triple = "i686-apple-darwin9"
  4. define i8* @foo( i8* %ABC) {
  5. entry:
  6. switch i8 0, label %bb129 [
  7. i8 0, label %UnifiedReturnBlock
  8. i8 9, label %UnifiedReturnBlock
  9. i8 32, label %UnifiedReturnBlock
  10. i8 35, label %UnifiedReturnBlock
  11. i8 37, label %bb16.preheader
  12. ]
  13. bb16.preheader: ; preds = %entry
  14. br label %bb16
  15. bb16: ; preds = %cond_next102, %bb16.preheader
  16. %indvar = phi i32 [ %indvar.next, %cond_next102 ], [ 0, %bb16.preheader ] ; <i32> [#uses=2]
  17. %ABC.2146.0.rec = mul i32 %indvar, 3 ; <i32> [#uses=1]
  18. br i1 false, label %UnifiedReturnBlock.loopexit, label %cond_next102
  19. cond_next102: ; preds = %bb16
  20. %tmp138145.rec = add i32 %ABC.2146.0.rec, 3 ; <i32> [#uses=1]
  21. %tmp138145 = getelementptr i8, i8* %ABC, i32 %tmp138145.rec ; <i8*> [#uses=4]
  22. %indvar.next = add i32 %indvar, 1 ; <i32> [#uses=1]
  23. switch i8 0, label %bb129.loopexit [
  24. i8 0, label %UnifiedReturnBlock.loopexit
  25. i8 9, label %UnifiedReturnBlock.loopexit
  26. i8 32, label %UnifiedReturnBlock.loopexit
  27. i8 35, label %UnifiedReturnBlock.loopexit
  28. i8 37, label %bb16
  29. ]
  30. bb129.loopexit: ; preds = %cond_next102
  31. br label %bb129
  32. bb129: ; preds = %bb129.loopexit, %entry
  33. ret i8* null
  34. UnifiedReturnBlock.loopexit: ; preds = %cond_next102, %cond_next102, %cond_next102, %cond_next102, %bb16
  35. %UnifiedRetVal.ph = phi i8* [ %tmp138145, %cond_next102 ], [ %tmp138145, %cond_next102 ], [ %tmp138145, %cond_next102 ], [ %tmp138145, %cond_next102 ], [ null, %bb16 ] ; <i8*> [#uses=0]
  36. br label %UnifiedReturnBlock
  37. UnifiedReturnBlock: ; preds = %UnifiedReturnBlock.loopexit, %entry, %entry, %entry, %entry
  38. ret i8* null
  39. }
  40. define i8* @bar() {
  41. entry:
  42. switch i8 0, label %bb158 [
  43. i8 37, label %bb74
  44. i8 58, label %cond_true
  45. i8 64, label %bb11
  46. ]
  47. bb11: ; preds = %entry
  48. ret i8* null
  49. cond_true: ; preds = %entry
  50. ret i8* null
  51. bb74: ; preds = %entry
  52. ret i8* null
  53. bb158: ; preds = %entry
  54. ret i8* null
  55. }