[PATCH] D150388: [CodeGen]Allow targets to use target specific COPY instructions for live range splitting

Yashwant Singh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 04:55:32 PDT 2023


yassingh added a comment.

In D150388#4509991 <https://reviews.llvm.org/D150388#4509991>, @asmok-g wrote:

>> Try 825b7f0ca5f2211ec3c93139f98d1e24048c225c <https://reviews.llvm.org/rG825b7f0ca5f2211ec3c93139f98d1e24048c225c>
>>
>> I'm still very interested in getting a reproducer if this fixes it. It's usually hard to synthetically craft one for cases like this. If you send IR + invocation I can quickly reduce cases where this patch introduces a diff
>
> Still trying with the IR reduction but the patch didn't help in our case.

Are you getting the same error as before after both the patches (the experiment one and the bundlecopy fix)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150388



More information about the llvm-commits mailing list