[PATCH] D138186: InstCombine: Simplify vector load based on demanded elements

Ruiling, Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 4 23:50:31 PST 2022


ruiling abandoned this revision.
ruiling added a comment.

I think the best solution for the motivating problem is in the backend, where the load instructions have reached its final form, thus could help more cases. A load in LLVM IR is still subject to either split or combine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138186



More information about the llvm-commits mailing list