| commit | d4f44690ef8a9ae5b01b69205cf27572c75eaa66 | [log] [tgz] |
|---|---|---|
| author | Quentin Colombet <qcolombet@apple.com> | Tue Apr 22 01:20:34 2014 +0000 |
| committer | Quentin Colombet <qcolombet@apple.com> | Tue Apr 22 01:20:34 2014 +0000 |
| tree | 9ef687155ecab13a32d08e511a2fa16fba072dc7 | |
| parent | e334c017737de0a1127a5cd70e99df198f9227b1 [diff] |
[CodeGenPrepare] Use APInt to check the value of the immediate in a and while checking candidate for bit field extract. Otherwise the value may not fit in uint64_t and this will trigger an assertion. This fixes PR19503. llvm-svn: 206834