[CodeGen] When promoting CTTZ operations to larger type, don't insert a select...
[CodeGen] When promoting CTTZ operations to larger type, don't insert a select to detect if the input is zero to return the original size instead of the extended size. Instead just set the first bit in the zero extended part. llvm-svn: 267280
Loading
Please register or sign in to comment