[PATCH] D142303: [SVE] Fix invalid INSERT_SUBVECTOR creation when lowering fixed length fp-int conversions.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 22 04:51:25 PST 2023


paulwalker-arm added reviewers: peterwaller-arm, c-rhodes, bsmith.
paulwalker-arm added a comment.

I'm not aware of any invalid code generation that results from this bug, hence no new tests. However, I can confirm that with the new assert there are several lit test failures (CodeGen/AArch64/*-length-fp-to-int.ll) that are fixed by the changes to AArch64ISelLowering.cpp.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142303



More information about the llvm-commits mailing list