diff options
Diffstat (limited to 'test/CodeGen/X86/avx512dq-mask-op.ll')
-rw-r--r-- | test/CodeGen/X86/avx512dq-mask-op.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/avx512dq-mask-op.ll b/test/CodeGen/X86/avx512dq-mask-op.ll index 32a2633..b4d11bc 100644 --- a/test/CodeGen/X86/avx512dq-mask-op.ll +++ b/test/CodeGen/X86/avx512dq-mask-op.ll @@ -11,7 +11,7 @@ define i8 @mask8(i8 %x) { } define void @mask8_mem(i8* %ptr) { - %x = load i8* %ptr, align 4 + %x = load i8, i8* %ptr, align 4 %m0 = bitcast i8 %x to <8 x i1> %m1 = xor <8 x i1> %m0, <i1 -1, i1 -1, i1 -1, i1 -1, i1 -1, i1 -1, i1 -1, i1 -1> %ret = bitcast <8 x i1> %m1 to i8 |