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

            Bug ID: 24418
           Summary: [ARM] Enhance the load/store optimizer with
                    target-specific alias analysis.
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
          Assignee: unassignedb...@nondot.org
          Reporter: mcros...@codeaurora.org
                CC: ghofleh...@apple.com, llvm-bugs@lists.llvm.org,
                    ma...@braunis.de
    Classification: Unclassified

In r237963, I improved the AArch64 load/store optimization pass to use
target-specific alias analysis.  I'm not sure if the ARM backend already This
may be a trivial port to the ARM backend.  Filing in case Matthias, Gerolf, or
someone else would like to investigate.

http://llvm.org/viewvc/llvm-project?view=revision&revision=237963

I believe the IsSafeAndProfitableToMove would be a starting point for the
pre-RA pass.  I'm not sure where it would fit into the post-RA pass as I
haven't really looked.

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

Reply via email to