[llvm-bugs] [Bug 24418] New: [ARM] Enhance the load/store optimizer with target-specific alias analysis.
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Aug 10 11:52:00 PDT 2015
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: unassignedbugs at nondot.org
Reporter: mcrosier at codeaurora.org
CC: ghoflehner at apple.com, llvm-bugs at lists.llvm.org,
matze at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150810/330e0c7b/attachment.html>
More information about the llvm-bugs
mailing list