ctetreau added a comment. In D77587#1965604 <https://reviews.llvm.org/D77587#1965604>, @efriedma wrote:
> If I'm following correctly, this should apply on its own. Then you're > expecting the following API changes: > > 1. getNumElements() will move from VectorType to FixedVectorType. Existing > code will be changed to either cast to FixedVectorType, or switch to using > getElementCount(). > 2. Maybe remove the default argument from VectorType::get() > > Does that sound right? This is basically the plan: 1. Add the new types and functions 2. Fix up usages of getNumElements() 3. move getNumElements() and getMinNumElements() into the derived classes Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77587/new/ https://reviews.llvm.org/D77587 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits