[PATCH] D80640: [CodeGen][SVE] Calculate correct type legalization for scalable vectors.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 02:40:31 PDT 2020


sdesmalen marked 6 inline comments as done.
sdesmalen added inline comments.


================
Comment at: llvm/lib/CodeGen/TargetLoweringBase.cpp:1358
+            // that don't support scalable vectors can't lower them at all and
+            // end up here.
       } else {
----------------
efriedma wrote:
> We probably want a new LegalizeTypeAction kind to represent this.  I guess just leaving it TypeLegal isn't too terrible for now, though.
Something like `TypeCannotBeLegalized`?


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

https://reviews.llvm.org/D80640





More information about the llvm-commits mailing list