[PATCH] D138186: InstCombine: Simplify vector load based on demanded elements
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 22:45:18 PST 2022
nhaehnle added a comment.
In D138186#3970779 <https://reviews.llvm.org/D138186#3970779>, @arsenm wrote:
> In D138186#3969988 <https://reviews.llvm.org/D138186#3969988>, @ruiling wrote:
>
>> 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.
>
> I think the opposite. The backend load passes have to deal with way more patterns and addressing modes
It could be done in the LLVM IR part of the code generation pipeline?
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