[PATCH] D138766: [InstCombine] If loading from small alloca, load whole alloca and perform variable extraction

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 11:40:10 PST 2022


nlopes added a comment.

FWIW, I've discovered today that GVN does a similar optimization (but without the freeze..).
See here (scroll to the bottom): https://web.ist.utl.pt/nuno.lopes/alive2/index.php?hash=aed14c64378404c9&test=Transforms%2FPhaseOrdering%2FX86%2Fvec-load-combine.ll


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138766



More information about the llvm-commits mailing list