[PATCH] D126957: [SVE] Fix incorrect code generation for bitcasts of unpacked vector types.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 4 03:04:54 PDT 2022


paulwalker-arm added a comment.

@efriedma I'd still rather have the improved code generation as a separate patch, mainly because this patch forces the need to remove an invalid type size conversion from `SelectionDAGLegalize::EmitStackConvert` and I'd like there to be a window (however small) that validates the code now works for fixed and scalable vector types.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126957



More information about the llvm-commits mailing list