https://bugs.llvm.org/show_bug.cgi?id=47966

            Bug ID: 47966
           Summary: Compiling time deg caused by ebf3b18 - [Scheduling]
                    Implement a new way to cluster loads/stores
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: AArch64
          Assignee: unassignedb...@nondot.org
          Reporter: qsh...@cn.ibm.com
                CC: arnaud.degrandmai...@arm.com,
                    llvm-bugs@lists.llvm.org, smithp...@googlemail.com,
                    ties.st...@arm.com

Created attachment 24098
  --> https://bugs.llvm.org/attachment.cgi?id=24098&action=edit
AArch64 tests

>From Owen:
> I’m seeing significant compile time problems introduced by this change on 
> AArch64, with a worst case example taking >10 minutes to compile.  The root 
> cause seems to be the IsReachable() calls introduced here - they’re not 
> cheap, and they’re being called a lot.  Is there some way we can back off or 
> limit the number of queries here?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to