[PATCH] D87757: [SplitKit] Only copy live lanes
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 28 07:09:57 PDT 2021
foad added a comment.
In D87757#2909855 <https://reviews.llvm.org/D87757#2909855>, @jahentao wrote:
> How to solve this problem with "BUNDLE instruction" as mentioned? I have the same problem but cannot fix with this reviewed patch.
>
>> Using real bundles with a BUNDLE instruction might also fix this problem, but the current fix is less invasive and also avoids some unnecessary copies.
>
> I'm new to it, but I want to have a try.
I'm sorry, but I don't remember why I thought using real BUNDLE instructions might help.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87757/new/
https://reviews.llvm.org/D87757
More information about the llvm-commits
mailing list