[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Mon Mar 3 15:54:56 PST 2014


The Buildbot has detected a new failure on builder phase1 - sanity while building llvm.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/17406

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 202767
Blamelist: mcrosier

BUILD FAILED: failed

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 lib/Target/AArch64/AArch64.td
 lib/Target/AArch64/AArch64InstrInfo.td
 lib/Target/AArch64/AArch64Schedule.td
 lib/Target/AArch64/AArch64ScheduleA53.td
 lib/Target/AArch64/AArch64Subtarget.h
 test/CodeGen/AArch64/misched-basic-A53.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 03 Mar 2014 15:41:53
Changed By: mcrosier
Comments: [AArch64] This is a work in progress to provide a machine description
for the Cortex-A53 subtarget in the AArch64 backend.

This patch lays the ground work to annotate each AArch64 instruction
(no NEON yet) with a list of SchedReadWrite types. The patch also
provides the Cortex-A53 processor resources, maps those the the default
SchedReadWrites, and provides basic latency. NEON support will be added
in a subsequent patch with proper forwarding logic.

Verification was done by setting the pre-RA scheduler to linearize to
better gauge the effect of the MIScheduler. Even without modeling the
forward logic, the results show a modest improvement for Cortex-A53.

Reviewers: apazos, mcrosier, atrick
Patch by Dave Estes <cestes at codeaurora.org>!Properties: 




LOGS:






More information about the llvm-testresults mailing list