[PATCH] D154114: [SLP] Provide an universal interface for FixedVectorType::get. NFC.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 05:37:38 PDT 2023


nikic added a comment.

Here is how your patch description could have looked like:

> In the future, we want to support ScalarTy being a vector, which is extended to a VectorTy with more elements. To allow making that change in a central place, introduce a makeScalarTyToVectorTy() helper.

Is that an accurate summary of the motivation?

Maybe together with a note:

> This is part up an effort to upstream revec support.

If that is what you're doing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154114



More information about the llvm-commits mailing list