[PATCH] D89576: [SVE][CodeGen] Lower scalable masked scatters

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 07:14:58 PST 2020


kmclaughlin abandoned this revision.
kmclaughlin marked 4 inline comments as done.
kmclaughlin added a comment.

Abandoning this revision as it has been split into several smaller patches:

- Add the truncating store flag: D90939 <https://reviews.llvm.org/D90939>
- Lower masked scatters: D90941 <https://reviews.llvm.org/D90941>
- Improve codegen with refineUniformBase & refineIndexType: D90942 <https://reviews.llvm.org/D90942>
- DAG combine for extending index: D90945 <https://reviews.llvm.org/D90945>

@sdesmalen Thanks for taking another look at this - I have addressed your comments in the patches listed above


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89576/new/

https://reviews.llvm.org/D89576



More information about the llvm-commits mailing list