Skip to content

Commit

Permalink
Fix lit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Dec 24, 2024
1 parent d2fdc9c commit 3c3160b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CIR/CodeGen/AArch64/neon-misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ float64x1_t test_vset_land_f64(float64_t a, float64x1_t b) {
// CIR: {{%.*}} = cir.vec.insert {{%.*}}, {{%.*}}[[[IDX]] : !s32i] : !cir.vector<!cir.double x 1>

// LLVM: {{.*}}test_vset_land_f64(double{{.*}}[[A:%.*]], <1 x double>{{.*}}[[B:%.*]])
// : [[INTRN_RES:%.*]] = insertelement <1 x double> [[B]], double [[A]], i32 1
// LLVM: [[INTRN_RES:%.*]] = insertelement <1 x double> [[B]], double [[A]], i32 0
// LLVM: ret <1 x double> [[INTRN_RES]]

uint8_t test_vget_lane_u8(uint8x8_t a) {
Expand Down

0 comments on commit 3c3160b

Please sign in to comment.