amdgcn,popcount: Workaround broken llvm.ctpop intrinsic on some GCN ASICsThis is only really needed for VI+ ASICs. However, llvm would cast the value toi32 for older asics anyway. The proper fix i
amdgcn,popcount: Workaround broken llvm.ctpop intrinsic on some GCN ASICsThis is only really needed for VI+ ASICs. However, llvm would cast the value toi32 for older asics anyway. The proper fix is in LLVM-7 (r326535).Fixes CTS popcount on carrizo.Reviewer: Aaron Watry <[email protected]>Signed-off-by: Jan Vesely <[email protected]>llvm-svn: 327044
show more ...