[PATCH] D40213: [x86][icelake]BITALG
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 18 16:16:14 PST 2017
craig.topper added a comment.
Can you add command lines to vector-tzcnt-128/256/512.ll? We should be able to use popcnt for tzcnt when avx512cd's lzcnt is not available.
================
Comment at: lib/Target/X86/X86InstrAVX512.td:9812
+
+
+defm VPOPCNTB : avx512_unary_rm_vl<0x54, "vpopcntb", ctpop,
----------------
Remove one these blank lines. There shouldn't be 2.
Repository:
rL LLVM
https://reviews.llvm.org/D40213
More information about the llvm-commits
mailing list