[PATCH] D104451: [GlobalISel] NFC: Change LLT::vector to take ElementCount.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 14:24:10 PDT 2021


aemerson accepted this revision.
aemerson added a comment.
This revision is now accepted and ready to land.

Thanks for doing this. Adding scalable vector support for GISel is an important step in the effort to bring feature parity with SelectionDAG in the long term, especially on AArch64.

The rationale for the changes makes sense to me. LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104451



More information about the llvm-commits mailing list