[PATCH] D97459: [CodeGen] Fix issues with subvector intrinsic index types

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 03:42:11 PST 2021


frasercrmck added a comment.

Btw, there's a line in `AArch64InstrInfo.td` which might now be redundant: `defm : InsertSubvectorUndef<i32>;` since I take it with this patch there's not going to be `i32` indices being thrown around.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97459



More information about the llvm-commits mailing list