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 0452b59 commit 3c14ebdCopy full SHA for 3c14ebd
clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
@@ -124,4 +124,4 @@ __m512d test_mm512_permute_pd(__m512d A) {
124
// OGCG-LABEL: test_mm512_permute_pd
125
// OGCG: shufflevector <8 x double> %{{.*}}, <8 x double> poison, <8 x i32> <i32 1, i32 0, i32 3, i32 2, i32 5, i32 4, i32 7, i32 6>
126
return _mm512_permute_pd(A, 0x55);
127
-}
+}
0 commit comments