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

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 09:05:16 PDT 2020


david-arm added a comment.

I recently created a patch that also hit issues with DemandedElts (https://reviews.llvm.org/D79083) in CodeGen. I pondered some of the same issues in this patch and I chose to ignore the DemandedElts values and make it work for certain cases such as SPLAT_VECTOR.


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