[PATCH] D38737: [X86] test/testn intrinsics lowering to IR. clang side
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 16 16:29:26 PDT 2017
craig.topper added inline comments.
================
Comment at: lib/Headers/avx512bwintrin.h:2109
+ return _mm512_cmp_epi8_mask(_mm512_and_epi32(__A, __B),
+ _mm512_setzero_qi(), 4);
}
----------------
Can you align this with the opening paren on the line above? Same with all the other functions below.
https://reviews.llvm.org/D38737
More information about the cfe-commits
mailing list