We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b9b2e commit 0452b59Copy full SHA for 0452b59
clang/test/CIR/CodeGenBuiltins/X86/avx-builtins.c
@@ -145,4 +145,4 @@ __m256d test_mm256_permute_pd(__m256d A) {
145
// OGCG-LABEL: test_mm256_permute_pd
146
// OGCG: shufflevector <4 x double> %{{.*}}, <4 x double> poison, <4 x i32> <i32 1, i32 0, i32 3, i32 2>
147
return _mm256_permute_pd(A, 0x5);
148
-}
+}
0 commit comments