[PATCH] D79053: [SVE] Fix invalid uses of VectorType::getNumElements() in ValueTracking

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 07:27:20 PDT 2020


ctetreau added a comment.

In D79053#2015789 <https://reviews.llvm.org/D79053#2015789>, @efriedma wrote:

> I still think enabling it for scalable vectors is worth pursuing, as a relatively small amount of work; see D79264 <https://reviews.llvm.org/D79264>.  But we probably want the other changes here anyway, so this seems fine for now.


I agree. I'm just saying that step 1 is to remove the broken uses of getNumElements().


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79053





More information about the llvm-commits mailing list