[PATCH] D150595: [InstCombine] Simplify MemTransferInst with type inference

Anshil Gandhi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 10:32:44 PDT 2023


gandhi21299 added a comment.

@nikic @nlopes Is there a way to reliably infer the type of `alloca` then? The purpose is to enable certain optimizations like merging multiple stores into a phi, etc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150595



More information about the llvm-commits mailing list