[PATCH] D75478: [SVE] Make getNumElements assert if the vector is scalable

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 15:39:36 PST 2020


ctetreau marked an inline comment as done.
ctetreau added a comment.

I'm working through the test failures right now. It may be a little bit before I get a chance to update this one.



================
Comment at: llvm/lib/IR/Type.cpp:584
+
+uint64_t SequentialType::getNumElements() const {
+#ifndef NDEBUG
----------------
efriedma wrote:
> Please make this inline.
I'll move it to the header


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75478





More information about the llvm-commits mailing list