[PATCH] D125016: [AArch64][SVE] Fix assertions when vectorizing Freeze Instructions

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 06:27:02 PDT 2022


fhahn added a comment.

Also the fix is not AArch64/SVE specific, so the title/description of the patch should probably be updated to reflect this. It could say something like `[LV] Widen freeze instead of scalarizing it.`. It would probably also be good to have a target independent test.


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

https://reviews.llvm.org/D125016



More information about the llvm-commits mailing list