[PATCH] D148841: [LV] Use SCEV for uniformity analysis across VF

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 11:38:46 PDT 2023


fhahn added a comment.

In D148841#4384056 <https://reviews.llvm.org/D148841#4384056>, @Ayal wrote:

> In D148841#4383992 <https://reviews.llvm.org/D148841#4383992>, @fhahn wrote:
>
>> Rebase so this can be applied directly on main and check for UDiv separately as suggested, thanks!
>>
>> I am planning on landing this soon.
>
> Have `rewrite()` take care of optimizing the pre-check for UDiv?

Taken care of in the committed version,

> Are the `std::optional<ElementCount> VF = std::nullopt` really needed/desired?

Will disentangle isInvariant/isUniform separately.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148841



More information about the llvm-commits mailing list