[PATCH] D91093: [X86 and PPC] Tune SelectionDAG CTPOP emulation via TLI hook
David Zarzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 10:57:04 PST 2020
davezarzycki updated this revision to Diff 303937.
davezarzycki added a comment.
Herald added subscribers: pengfei, kbarton, hiraditya.
Fixed the malformed diff/patch.
Also, PPC reviewers would be appreciated. Thanks for any recommendations.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91093/new/
https://reviews.llvm.org/D91093
Files:
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.h
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.h
llvm/test/CodeGen/PowerPC/vector-popcnt-128-ult-ugt.ll
llvm/test/CodeGen/X86/vector-popcnt-128-ult-ugt.ll
llvm/test/CodeGen/X86/vector-popcnt-256-ult-ugt.ll
llvm/test/CodeGen/X86/vector-popcnt-512-ult-ugt.ll
More information about the llvm-commits
mailing list