/[base]
ViewVC logotype

Revision 324946


Jump to revision: Previous Next
Author: dim
Date: Tue Oct 24 06:49:06 2017 UTC (6 years, 8 months ago)
Changed paths: 3
Log Message:
MFC r324826:

Pull in r316035 from upstream llvm trunk (by Tim Northover):

  AArch64: account for possible frame index operand in compares.

  If the address of a local is used in a comparison, AArch64 can fold
  the address-calculation into the comparison via "adds".
  Unfortunately, a couple of places (both hit in this one test) are not
  ready to deal with that yet and just assume the first source operand
  is a register.

This should fix an assertion failure while building the test suite of
www/firefox for AArch64.

PR:		223048


Changed paths

Path Details
Directorystable/11/ modified , props changed
Directorystable/11/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp modified , text changed
Directorystable/11/contrib/llvm/lib/Target/AArch64/AArch64RedundantCopyElimination.cpp modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27