[PATCH] D120192: [DAG] Attempt to fold bswap(shl(x,c)) -> zext(bswap(trunc(shl(x,c-bw/2))))
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 23 02:52:37 PST 2022
RKSimon updated this revision to Diff 410757.
RKSimon added a comment.
address feedback
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120192/new/
https://reviews.llvm.org/D120192
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/AArch64/load-combine-big-endian.ll
llvm/test/CodeGen/AArch64/load-combine.ll
llvm/test/CodeGen/X86/combine-bswap.ll
llvm/test/CodeGen/X86/load-combine.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120192.410757.patch
Type: text/x-patch
Size: 5668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220223/98e4979d/attachment.bin>
More information about the llvm-commits
mailing list