Skip to content

Commit b9c65be

Browse files
committed
Update test files for load and store with allign
1 parent 0d1a56f commit b9c65be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/CIR/CodeGen/vector-ext.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,7 @@ void foo14() {
990990
// OGCG: %[[TMP_B:.*]] = load <4 x float>, ptr %[[VEC_B]], align 16
991991
// OGCG: %[[GE:.*]] = fcmp oge <4 x float> %[[TMP_A]], %[[TMP_B]]
992992
// OGCG: %[[RES:.*]] = sext <4 x i1> %[[GE]] to <4 x i32>
993+
// OGCG: store <4 x i32> %[[RES]], ptr {{.*}}, align 16
993994

994995
void foo15() {
995996
vi4 a;

0 commit comments

Comments
 (0)