[PATCH] D141464: [X86]: Match (xor TSize - 1, ctlz) to `bsr` instead of `lzcnt` + `xor`
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 15:17:55 PST 2023
goldstein.w.n added a comment.
In D141464#4042876 <https://reviews.llvm.org/D141464#4042876>, @RKSimon wrote:
> We have TuningFastLZCNT which should be a good enough predicate to control when NOT to perform this fold - you will need to add test coverage to clz.ll for fast/slow lzcnt
Done in V2 (I think, used `HasFastLZCNT`).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141464/new/
https://reviews.llvm.org/D141464
More information about the llvm-commits
mailing list