[PATCH] D38737: [X86] test/testn intrinsics lowering to IR. clang side
Uriel Korach via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 8 06:31:12 PST 2017
uriel.k added inline comments.
================
Comment at: lib/Headers/avx512vlbwintrin.h:2425
+ return _mm_mask_cmpneq_epi8_mask (__U, _mm_and_si128 (__A, __B),
+ _mm_setzero_hi());
}
----------------
uriel.k wrote:
> For strange reason this line moved and is not aligned with the open paren above it. If there are no other corrections I'll fix it before the commit.
I meant of course for all the lines that moved
https://reviews.llvm.org/D38737
More information about the cfe-commits
mailing list