You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For fixed length vectors at least, we should be able to constant fold llvm.experimental.cttz.elts when the input vector is a constant vector. There is a test case in the loop vectorizer that could benefit from this.
https://godbolt.org/z/dWhYshzMf
For fixed length vectors at least, we should be able to constant fold llvm.experimental.cttz.elts when the input vector is a constant vector. There is a test case in the loop vectorizer that could benefit from this.