[PATCH] D103153: [InstCombine] Add fold for extracting known elements from a stepvector

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 8 04:56:31 PDT 2021


CarolineConcatto updated this revision to Diff 350580.
CarolineConcatto added a comment.

- Add check when the index uses more bits than the number of bit available in the vector scalar type


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103153

Files:
  llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  llvm/test/Transforms/InstCombine/vscale_extractelement.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103153.350580.patch
Type: text/x-patch
Size: 5144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210608/6829de5e/attachment.bin>


More information about the llvm-commits mailing list