summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2016-02-11 15:17:23 -0800
committerPirama Arumuga Nainar <pirama@google.com>2016-02-11 16:40:51 -0800
commit501f4335505ab8b336628fdefc6523b19812c902 (patch)
treecc70ba415f574f5f15ecb3bbc6b44c58c90f4b5c /driver
parent5d6fa39fbdf6bbe011417bd9eb19b21c93e9e061 (diff)
downloadrs-501f4335505ab8b336628fdefc6523b19812c902.tar.gz
Fix errors in TBAA tags for ll64/allocation.ll
Fix some obvious copy-paste errors in TBAA tags in ll64/allocation.ll Change-Id: I5e0695d97a83ea6eb970fdabf9ebb2bee16c650f (cherry picked from commit a71c65f48d75ca6d8269e2e3d8bf8cc59ddb5cae)
Diffstat (limited to 'driver')
-rw-r--r--driver/runtime/ll64/allocation.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/driver/runtime/ll64/allocation.ll b/driver/runtime/ll64/allocation.ll
index 4ff24ed6..64b4a8f2 100644
--- a/driver/runtime/ll64/allocation.ll
+++ b/driver/runtime/ll64/allocation.ll
@@ -52,7 +52,7 @@ define void @rsSetElementAtImpl_char2(%struct.rs_allocation* nocapture readonly
%1 = tail call i8* @rsOffset(%struct.rs_allocation* %a, i32 2, i32 %x, i32 %y, i32 %z) #2
%2 = bitcast i8* %1 to <2 x i8>*
%3 = bitcast i16 %val to <2 x i8>
- store <2 x i8> %3, <2 x i8>* %2, align 2, !tbaa !26
+ store <2 x i8> %3, <2 x i8>* %2, align 2, !tbaa !22
ret void
}
@@ -69,7 +69,7 @@ define void @rsSetElementAtImpl_char3(%struct.rs_allocation* nocapture readonly
%2 = bitcast i32 %val to <4 x i8>
%3 = shufflevector <4 x i8> %2, <4 x i8> undef, <4 x i32> <i32 0, i32 1, i32 2, i32 undef>
%4 = bitcast i8* %1 to <4 x i8>*
- store <4 x i8> %3, <4 x i8>* %4, align 4, !tbaa !27
+ store <4 x i8> %3, <4 x i8>* %4, align 4, !tbaa !23
ret void
}
@@ -257,7 +257,7 @@ define void @rsSetElementAtImpl_ushort3(%struct.rs_allocation* nocapture readonl
%2 = bitcast <2 x i32> %val to <4 x i16>
%3 = shufflevector <4 x i16> %2, <4 x i16> undef, <4 x i32> <i32 0, i32 1, i32 2, i32 undef>
%4 = bitcast i8* %1 to <4 x i16>*
- store <4 x i16> %3, <4 x i16>* %4, align 8, !tbaa !31
+ store <4 x i16> %3, <4 x i16>* %4, align 8, !tbaa !35
ret void
}
@@ -510,7 +510,7 @@ define void @rsSetElementAtImpl_ulong3(%struct.rs_allocation* nocapture readonly
%2 = load <3 x i64>, <3 x i64>* %val
%3 = shufflevector <3 x i64> %2, <3 x i64> undef, <4 x i32> <i32 0, i32 1, i32 2, i32 undef>
%4 = bitcast i8* %1 to <4 x i64>*
- store <4 x i64> %3, <4 x i64>* %4, align 32, !tbaa !47
+ store <4 x i64> %3, <4 x i64>* %4, align 32, !tbaa !51
ret void
}
@@ -639,7 +639,7 @@ define void @rsSetElementAtImpl_double3(%struct.rs_allocation* nocapture readonl
%2 = load <3 x double>, <3 x double>* %val
%3 = shufflevector <3 x double> %2, <3 x double> undef, <4 x i32> <i32 0, i32 1, i32 2, i32 undef>
%4 = bitcast i8* %1 to <4 x double>*
- store <4 x double> %3, <4 x double>* %4, align 32, !tbaa !47
+ store <4 x double> %3, <4 x double>* %4, align 32, !tbaa !59
ret void
}