We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba98a6 commit 46f5d2bCopy full SHA for 46f5d2b
tests/codegen/dont-shufflevector-bswaps.rs
@@ -12,7 +12,7 @@
12
// CHECK-LABEL: define{{.*}}void @convert(
13
// CHECK-NOT: shufflevector
14
// On higher opt levels, this should just be a bswap:
15
-// OPT3: store <8 x i16>
+// OPT3: load <8 x i16>
16
// OPT3-NEXT: call <8 x i16> @llvm.bswap
17
// OPT3-NEXT: store <8 x i16>
18
// OPT3-NEXT: ret void
0 commit comments