[PATCH] D75388: Expand interleaved memory access pass to identify certain shuffle_vector and transform it into target specific intrinsics.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 18 02:09:10 PDT 2020


RKSimon added a comment.
Herald added a subscriber: bmahjour.

@wxz2020 Please can you provide a range of real test cases of what you're trying to achieve?

As several reviewers have said now, this looks like it should handled in isel and actual tests would help explain any difficulty you have getting it to work there. The one example you mention in your intro looks pretty trivial to handle in selectiondag tbh.


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

https://reviews.llvm.org/D75388





More information about the llvm-commits mailing list