[PATCH] D95086: [DAGCombiner] Transform (zext (select c, load1, load2)) -> (select c, zextload1, zextload2)
Guozhi Wei via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 18 13:16:18 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG66f2d09ebf8d: [DAGCombiner] Transform (zext (select c, load1, load2)) -> (select c, zextload1… (authored by Carrot).
Changed prior to commit:
https://reviews.llvm.org/D95086?vs=322847&id=324753#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95086/new/
https://reviews.llvm.org/D95086
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/X86/select-ext.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95086.324753.patch
Type: text/x-patch
Size: 9007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210218/eb8c67ad/attachment.bin>
More information about the llvm-commits
mailing list