Skip to content
Commit 17f7784c authored by Reid Spencer's avatar Reid Spencer
Browse files

Provide this optimization as well:

ffs(x) -> (x == 0 ? 0 : 1+llvm.cttz(x))

llvm-svn: 22068
parent 4e5a3a6d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment