[PATCH] D104244: [SVE] Selection failure with scalable insertelements

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 16 01:31:09 PDT 2021


CarolineConcatto added a comment.

@DylanFleming-arm
Do you mind expanding your tests to add this ones //test_insert_into_undef_<type>//
but replacing:

  %b = insertelement <vscale x 4 x float> undef, float %a, i32 0

by

  %b = insertelement <vscale x 4 x float> undef, float %a, i64 idx


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104244



More information about the llvm-commits mailing list