diff options
Diffstat (limited to 'test/CodeGen/X86/avx512-regcall-Mask.ll')
-rw-r--r-- | test/CodeGen/X86/avx512-regcall-Mask.ll | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/CodeGen/X86/avx512-regcall-Mask.ll b/test/CodeGen/X86/avx512-regcall-Mask.ll index 325097ee9510..781112866ca5 100644 --- a/test/CodeGen/X86/avx512-regcall-Mask.ll +++ b/test/CodeGen/X86/avx512-regcall-Mask.ll @@ -251,9 +251,9 @@ entry: } ; CHECK-LABEL: test_argv16i1: -; CHECK: kmovw %edx, %k{{[0-9]+}} -; CHECK: kmovw %ecx, %k{{[0-9]+}} -; CHECK: kmovw %eax, %k{{[0-9]+}} +; CHECK: kmovd %edx, %k{{[0-9]+}} +; CHECK: kmovd %ecx, %k{{[0-9]+}} +; CHECK: kmovd %eax, %k{{[0-9]+}} ; CHECK: ret{{l|q}} ; Test regcall when receiving arguments of v16i1 type @@ -301,9 +301,9 @@ entry: } ; CHECK-LABEL: test_argv8i1: -; CHECK: kmovw %edx, %k{{[0-9]+}} -; CHECK: kmovw %ecx, %k{{[0-9]+}} -; CHECK: kmovw %eax, %k{{[0-9]+}} +; CHECK: kmovd %edx, %k{{[0-9]+}} +; CHECK: kmovd %ecx, %k{{[0-9]+}} +; CHECK: kmovd %eax, %k{{[0-9]+}} ; CHECK: ret{{l|q}} ; Test regcall when receiving arguments of v8i1 type @@ -339,7 +339,7 @@ define x86_regcallcc <8 x i1> @test_retv8i1() { ; CHECK-LABEL: caller_retv8i1: ; CHECK: call{{l|q}} {{_*}}test_retv8i1 -; CHECK: kmovw %eax, %k{{[0-9]+}} +; CHECK: kmovd %eax, %k{{[0-9]+}} ; CHECK: ret{{l|q}} ; Test regcall when processing result of v8i1 type |