[PATCH] D95563: [RISCV] Add initial support for 128-bit fixed vectors with RVV.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 01:46:31 PST 2021


frasercrmck added a comment.

In D95563#2527547 <https://reviews.llvm.org/D95563#2527547>, @craig.topper wrote:

> Maybe. Is it likely that both would be used at the same time? And if they are which one should have priority?

That's what I've been wondering. If it's a possibility we should handle it somewhat gracefully. But I struggle to see us selectively handling certain types with V and others with P, so I reckon we'd just make a top-level all-or-nothing choice, possibly based on a user option. I guess I intuitively think P takes priority since it's specialised for those types?

This isn't something I've solved for myself, but it was making me hesitant to update my fixed-length patches.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95563



More information about the llvm-commits mailing list