[PATCH] D85516: [SVE][CodeGen] Fix issues with EXTRACT_SUBVECTOR when using scalable FP vectors

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 12:18:07 PDT 2020


efriedma added a comment.

> Our SVE tuple get/set intrinsics were using the wrong constant type for the index passed to EXTRACT_SUBVECTOR. I have fixed this to use an integer pointer type.

Does this make a practical difference?  If it matters, we should fix it in legalization; this isn't part of the documented target-independent semantics.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85516



More information about the llvm-commits mailing list