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

Piotr Sobczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 00:43:06 PST 2022


piotr added a comment.

I've always thought we didn't have such a transformation in the generic instcombine, because it may hurt some targets, but I don't immediately see how. (We do have a similar one for intrinsic loads in the AMDGPU-specific file).


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