[PATCH] D33169: [X86] Adding vpopcntd and vpopcntq instructions
Oren Ben Simhon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 12:52:17 PDT 2017
oren_ben_simhon added inline comments.
================
Comment at: lib/Target/X86/X86InstrInfo.cpp:496
static const X86MemoryFoldTableEntry MemoryFoldTable1[] = {
+ {X86::BSF16rr, X86::BSF16rm, 0},
----------------
RKSimon wrote:
> Please revert these whitespace changes.
Shouldn't we follow clang-format formatting?
Repository:
rL LLVM
https://reviews.llvm.org/D33169
More information about the llvm-commits
mailing list