[PATCH] D107286: [LV] Widen ExtractValue instructions instead of scalarizing.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 4 01:13:44 PDT 2021


fhahn added a comment.

> since it's operands must always be scalar or loop-invariant.

At the moment, it must always be loop-invariant, right? Because instructions with struct-typed return values are not supported. Can't we just mark it as uniform?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107286



More information about the llvm-commits mailing list