[PATCH] D119965: [LICM][PhaseOrder] Don't speculate in LICM until after running loop rotate

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 25 14:25:07 PDT 2022


fhahn added a comment.

In D119965#3408653 <https://reviews.llvm.org/D119965#3408653>, @Carrot wrote:

> Before this patch I have a code snippet
>
>   │ 80:   mov      -0x58(%rsp),%rdx                                                                                                                                                      
>   │       mov      -0x60(%rsp),%r9                                                                                                                                                       

Could you also share the input source file to reproduce the difference? I think this will be needed to investigate the difference.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119965



More information about the llvm-commits mailing list