[PATCH] D82219: [SVE] Remove calls to VectorType::getNumElements from IPO

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 23 15:05:13 PDT 2020


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM

In D82219#2109918 <https://reviews.llvm.org/D82219#2109918>, @jdoerfert wrote:

> Could we end up at these location with scalable vectors typeS?


No.  From LangRef: "Scalable vectors cannot be global variables or members of structs or arrays because their size is unknown at compile time."


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82219





More information about the llvm-commits mailing list