[PATCH] D138899: [DAGCombiner] handle more store value forwarding

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 14 16:48:58 PST 2023


shchenz added a comment.

> I'm not familiar with scheduler, but it looks to me like a general scheduler problem rather than X86 specific. I have filed 60744.
> BTW, I found the problem cannot be reproduced without this patch. I guess it's the change happen to trigger the schedule.

Thanks for creating the bug. Yes, reproducing the issue needs to apply this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138899



More information about the llvm-commits mailing list