[PATCH] D101167: [AArch64][SVE] Convert svdup(vec, SV_VL1, elm) to insertelement(vec, elm, 0)

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 05:23:18 PDT 2021


bsmith added a comment.

@dmgreen On second thought, I shall move the svbool convert optimisation into instcombine as well and then move this there too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101167



More information about the llvm-commits mailing list