[PATCH] D91398: [LoopVectorizer] Lower uniform loads as a single load (instead of relying on CSE)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 14 12:19:56 PST 2020


fhahn added a comment.

There's D68831 <https://reviews.llvm.org/D68831> which is potentially related and tries to extend the logic to consider loop-invariant ops as uniform. I suppose I need to rebase it again....


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

https://reviews.llvm.org/D91398



More information about the llvm-commits mailing list