[PATCH] D102404: [InstCombine] Add instcombine fold for extractelement + splat for scalable vectors

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 09:39:07 PDT 2021


CarolineConcatto marked 2 inline comments as done.
CarolineConcatto added a comment.

Thank you @foad  and @spatel for the fast review.
I have splited the patch in 2 as @spatel suggested. 
The constant fold is in https://reviews.llvm.org/D103180. 
@spatel let me know if I understood correct what you've asked.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102404



More information about the llvm-commits mailing list