[PATCH] D91084: [SVE][CodeGen] Add the ExtensionType flag to MGATHER
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 27 07:45:25 PST 2020
kmclaughlin added a comment.
Hi @sdesmalen, I've updated the series as suggested and the patches are now in the following order:
D91092 <https://reviews.llvm.org/D91092> - Lower scalable masked scatters (with references to ExtensionType in LowerMGATHER removed)
D91084 <https://reviews.llvm.org/D91084> - Add the ExtensionType flag to MGATHER
D92230 <https://reviews.llvm.org/D92230> - DAG combines for z/sext of a masked gather, adding ExtensionType back into LowerMGATHER
Thanks for reviewing all of these patches!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91084/new/
https://reviews.llvm.org/D91084
More information about the llvm-commits
mailing list