[PATCH] D144175: [RISCV] Combine (store/load interleave, deinterleave) into vsseg2/vlseg2

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 04:41:51 PDT 2023


luke abandoned this revision.
luke added a comment.
Herald added a subscriber: wangpc.

Trying to do this as a combine is tricky, as we need to somehow combine it before the vector_interleave/vector_deinterleave ops are legalised, but after the types are legalised. I'm going to rework this to use the `lowerInterleaveIntrinsicToStore`/`lowerDeinterleaveIntrinsicToLoad` target lowering hooks introduced in D146218 <https://reviews.llvm.org/D146218> instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144175



More information about the llvm-commits mailing list