@@ -2766,11 +2766,11 @@ class IsBytewiseValueTest : public ValueTrackingTest,
2766
2766
const std::pair<const char *, const char *> IsBytewiseValueTests[] = {
2767
2767
{
2768
2768
" i8 0" ,
2769
- " i48* null" ,
2769
+ " ptr null" ,
2770
2770
},
2771
2771
{
2772
2772
" i8 undef" ,
2773
- " i48* undef" ,
2773
+ " ptr undef" ,
2774
2774
},
2775
2775
{
2776
2776
" i8 0" ,
@@ -2848,29 +2848,25 @@ const std::pair<const char *, const char *> IsBytewiseValueTests[] = {
2848
2848
" i8 -15" ,
2849
2849
" double 0xF1F1F1F1F1F1F1F1" ,
2850
2850
},
2851
- {
2852
- " i8 undef" ,
2853
- " i16* undef" ,
2854
- },
2855
2851
{
2856
2852
" i8 0" ,
2857
- " i16* inttoptr (i64 0 to i16* )" ,
2853
+ " ptr inttoptr (i64 0 to ptr )" ,
2858
2854
},
2859
2855
{
2860
2856
" i8 -1" ,
2861
- " i16* inttoptr (i64 -1 to i16* )" ,
2857
+ " ptr inttoptr (i64 -1 to ptr )" ,
2862
2858
},
2863
2859
{
2864
2860
" i8 -86" ,
2865
- " i16* inttoptr (i64 -6148914691236517206 to i16* )" ,
2861
+ " ptr inttoptr (i64 -6148914691236517206 to ptr )" ,
2866
2862
},
2867
2863
{
2868
2864
" " ,
2869
- " i16* inttoptr (i48 -1 to i16* )" ,
2865
+ " ptr inttoptr (i48 -1 to ptr )" ,
2870
2866
},
2871
2867
{
2872
2868
" i8 -1" ,
2873
- " i16* inttoptr (i96 -1 to i16* )" ,
2869
+ " ptr inttoptr (i96 -1 to ptr )" ,
2874
2870
},
2875
2871
{
2876
2872
" i8 undef" ,
@@ -2980,19 +2976,19 @@ const std::pair<const char *, const char *> IsBytewiseValueTests[] = {
2980
2976
},
2981
2977
{
2982
2978
" i8 0" ,
2983
- " {i8, i64, i16* } zeroinitializer" ,
2979
+ " {i8, i64, ptr } zeroinitializer" ,
2984
2980
},
2985
2981
{
2986
2982
" i8 undef" ,
2987
- " {i8, i64, i16* } undef" ,
2983
+ " {i8, i64, ptr } undef" ,
2988
2984
},
2989
2985
{
2990
2986
" i8 -86" ,
2991
- " {i8, i64, i16* } {i8 -86, i64 -6148914691236517206, i16* undef}" ,
2987
+ " {i8, i64, ptr } {i8 -86, i64 -6148914691236517206, ptr undef}" ,
2992
2988
},
2993
2989
{
2994
2990
" " ,
2995
- " {i8, i64, i16* } {i8 86, i64 -6148914691236517206, i16* undef}" ,
2991
+ " {i8, i64, ptr } {i8 86, i64 -6148914691236517206, ptr undef}" ,
2996
2992
},
2997
2993
};
2998
2994
0 commit comments