[PATCH] D107286: [LV] Consider ExtractValue as uniform.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 4 02:46:50 PDT 2021
sdesmalen added a comment.
In D107286#2924610 <https://reviews.llvm.org/D107286#2924610>, @fhahn wrote:
>> 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?
That's a good point, that works indeed.
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