Skip to content

Commit

Permalink
dont be silly
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Feb 9, 2025
1 parent ba88cad commit bba98a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codegen/dont-shufflevector-bswaps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// CHECK-LABEL: define{{.*}}void @convert(
// CHECK-NOT: shufflevector
// On higher opt levels, this should just be a bswap:
// OPT3: load <8 x i16>
// OPT3: store <8 x i16>
// OPT3-NEXT: call <8 x i16> @llvm.bswap
// OPT3-NEXT: store <8 x i16>
// OPT3-NEXT: ret void
Expand Down

0 comments on commit bba98a6

Please sign in to comment.