[PATCH] D133192: [LICM] Allow load-only scalar promotion in the presence of aliasing loads

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 20:57:18 PST 2022


xbolva00 added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/invariant-store-vectorization.ll:335
 
 ; Multiple variant stores to the same uniform address
 ;  for(; i < itr; i++) {
----------------
Nice!


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

https://reviews.llvm.org/D133192



More information about the llvm-commits mailing list