[PATCH] D140983: [IRBuilder] Use canonical i64 type for insertelement index used by vector splats.

David Sherwood via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 5 08:44:23 PST 2023


david-arm accepted this revision.
david-arm added a comment.
This revision is now accepted and ready to land.

LGTM! The change seems sensible to me, although perhaps worth waiting a day or two in case anyone else has objections? I noticed that we still create inserts using 32-bit indices in a few other places such as the SLPVectorizer, but I imagine these can be tidied up over time if necessary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140983



More information about the cfe-commits mailing list