[PATCH] D51313: [LV] Fix code gen for conditionally executed uniform loads

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 06:42:30 PDT 2018


Ayal added a comment.

> The above holds also for conditional loads from non-uniform addresses, that can turn into gathers, but possibly also get incorrectly scalarized w/o branches.

Ahh, the above holds also for conditional **stores** from non-consecutive/interleaved addresses, that can turn into scatters, but possibly also get incorrectly scalarized w/o branches. Good catch indeed!


Repository:
  rL LLVM

https://reviews.llvm.org/D51313





More information about the llvm-commits mailing list