[PATCH] D79567: [GlobalISel] Combine scalar unmerge(trunc)
Dominik Montada via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 7 05:03:37 PDT 2020
gargaroff added a comment.
Not sure whether this combine is desired. We need it for our out-of-tree backend, as otherwise there are quite a few cases with non-power-of-2 types which fail legalization due to non-combinable unmerge(trunc(merge)) patterns.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79567/new/
https://reviews.llvm.org/D79567
More information about the llvm-commits
mailing list