[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
Thu Jan 12 09:36:57 PST 2023
goldstein.w.n updated this revision to Diff 488697.
goldstein.w.n added a comment.
Propegate test changes. Update fixme comment with comment explaining `fast-lzcnt`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141464/new/
https://reviews.llvm.org/D141464
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/clz.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141464.488697.patch
Type: text/x-patch
Size: 8740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230112/2e37c058/attachment.bin>
More information about the llvm-commits
mailing list