[PATCH] D149027: [X86] Add peephole to convert `(Cmp Op32/Op64, Imm8)` -> `(Cmp Op16/Op8, Imm8)`
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 23 15:45:55 PDT 2023
goldstein.w.n updated this revision to Diff 516208.
goldstein.w.n added a comment.
Fix some nits + also check for OF flag usage
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149027/new/
https://reviews.llvm.org/D149027
Files:
llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
llvm/test/CodeGen/X86/combine-movmsk.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149027.516208.patch
Type: text/x-patch
Size: 7554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230423/aa6b52c5/attachment.bin>
More information about the llvm-commits
mailing list