Dimitry Andric 738eacb46b 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
MFC after:	3 days
2017-10-21 19:14:45 +00:00
..
2017-07-24 04:38:05 +00:00
2017-05-31 19:37:23 +00:00
2017-09-17 19:14:38 +00:00
2017-10-01 00:40:23 +00:00
2017-07-03 19:49:25 +00:00
2017-08-03 15:47:42 +00:00
2017-10-06 12:31:55 +00:00
2017-06-28 09:22:45 +00:00
2017-10-04 21:05:44 +00:00
2017-06-01 19:21:30 +00:00
2017-06-03 02:42:49 +00:00
2017-09-10 01:25:15 +00:00
2017-08-22 11:11:49 +00:00