]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Pull in r192123 from upstream llvm trunk (by Benjamin Kramer):
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 16 Mar 2014 16:33:25 +0000 (16:33 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 16 Mar 2014 16:33:25 +0000 (16:33 +0000)
commit1661b346a46d5c7abda10cf27be56566794ce376
tree1725369197c2a7c4bbfde586c24446066b367f19
parentbec201308ce2cd15efa98b1354b4b633012fe37d
Pull in r192123 from upstream llvm trunk (by Benjamin Kramer):

  X86: Fix type check. Just because an integer type is illegal doesn't
  mean it's i64.

  Fixes PR17495, where an i24 triggered this code. It's intended to
  optimize i64 loads on 32 bit x86.

Fixes "Cannot select" fatal errors when building the audio/jack port
with ALSA support turned on.

This is a direct commit to stable/9 and stable/10, since head already
has the commit as part of an upgrade to llvm/clang 3.4.

Reported by: Radim Kolar <hsn@sendmail.cz> via http://llvm.org/bugs/

git-svn-id: svn://svn.freebsd.org/base/stable/10@263247 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/llvm/lib/Target/X86/X86ISelLowering.cpp