[PATCH] D100177: [X86][BMI] Fold cmpeq/ne(or(X,Y),X) --> cmpeq/ne(and(~X,Y),0) (PR44136)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 9 07:10:59 PDT 2021
RKSimon updated this revision to Diff 336445.
RKSimon added a comment.
Fixed oneuse check
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100177/new/
https://reviews.llvm.org/D100177
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/setcc-logic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100177.336445.patch
Type: text/x-patch
Size: 4689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210409/fa3d3a26/attachment.bin>
More information about the llvm-commits
mailing list