[PATCH] D110624: [SVE] Fix incorrect DAG combines when extracting fixed-width from scalable vectors
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 5 02:49:40 PDT 2021
david-arm added a comment.
Hi @CarolineConcatto, thanks for the suggestion! I couldn't add the `&& NVT.isScalableVector()` bit because I also want that particular DAG combine to trigger for fixed-width vectors too.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110624/new/
https://reviews.llvm.org/D110624
More information about the llvm-commits
mailing list