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

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 29 14:06:55 PDT 2023


Ayal added a comment.

BTW, does the VF parameter need to be "optional", or should all callers of Legal/LAI::isUniform[MemOp]() be asked to provide a VF? Otherwise have them call isInvariant() instead. To encourage passing VF where available.


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