[PATCH] D56796: [DAGCombiner][x86] add transform/hook to vectorize: cast(extract V, Y)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 24 04:00:22 PST 2019
spatel added a comment.
A later, target-specific alternative to this patch is proposed in D56864 <https://reviews.llvm.org/D56864>.
As I mentioned in the summary, I'm not that concerned about the knownbits regression, but the other patch does sidestep that problem.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56796/new/
https://reviews.llvm.org/D56796
More information about the llvm-commits
mailing list