R600/SI: Implement i64 ctpop
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 10 Jun 2014 19:18:24 +0000 (19:18 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 10 Jun 2014 19:18:24 +0000 (19:18 +0000)
commit69891c0115542d191a43023f60eca4e0dfd8dbcb
treea711f08bf4cb55ac9815ab00cb00dada1913223e
parentee9772d9ddbc62ca9f965ed2c0b40a3326bcd2b0
R600/SI: Implement i64 ctpop

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210568 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIISelLowering.cpp
lib/Target/R600/SIInstrInfo.cpp
lib/Target/R600/SIInstrInfo.h
lib/Target/R600/SIInstrInfo.td
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/ctpop64.ll [new file with mode: 0644]