[PATCH] D106675: [WIP][X86] Freeze shl(x,1) -> add(x,x) vector fold (PR50468)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 06:22:11 PDT 2022
RKSimon updated this revision to Diff 451436.
RKSimon added a comment.
rebase (still WIP)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106675/new/
https://reviews.llvm.org/D106675
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/combine-add.ll
llvm/test/CodeGen/X86/oddsubvector.ll
llvm/test/CodeGen/X86/rotate_vec.ll
llvm/test/CodeGen/X86/udiv_fix_sat.ll
llvm/test/CodeGen/X86/vector-gep.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106675.451436.patch
Type: text/x-patch
Size: 14079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220810/6d5faa30/attachment.bin>
More information about the llvm-commits
mailing list