[PATCH] D56796: [DAGCombiner][x86] add transform/hook to vectorize: cast(extract V, Y)
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 24 09:03:21 PST 2019
uweigand added a comment.
Thanks for the heads-up! This may indeed be interesting for SystemZ, but I think it's still probably preferable to do it in the back-end like your alternative approach does, that will allow us to handle some special instruction selection issues we'll likely run into ...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56796/new/
https://reviews.llvm.org/D56796
More information about the llvm-commits
mailing list