[PATCH] D109074: [Codegen][TLI][X86] SimplifyMultipleUseDemandedBits(): 0'th vec subreg widening is free, try to perform it earlier
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 1 11:06:15 PDT 2021
lebedev.ri updated this revision to Diff 369995.
lebedev.ri added a comment.
Don't try to change `DemandedBits` width - this can't change elt width. NFC.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109074/new/
https://reviews.llvm.org/D109074
Files:
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/test/CodeGen/AArch64/vecreduce-and-legalization.ll
llvm/test/CodeGen/X86/avg.ll
llvm/test/CodeGen/X86/horizontal-sum.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109074.369995.patch
Type: text/x-patch
Size: 25920 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210901/ec0add93/attachment.bin>
More information about the llvm-commits
mailing list