| commit | 5f4373a2fcbae30db6a194409144d7fa77d44162 | [log] [tgz] |
|---|---|---|
| author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | Tue Nov 14 20:00:34 2017 +0000 |
| committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | Tue Nov 14 20:00:34 2017 +0000 |
| tree | 987185f243223332f6afff8151068f3b4bf1e921 | |
| parent | 1c9453869392e8d93e15e731baeda93520eab4e9 [diff] |
[SystemZ] Do not crash when selecting an OR of two constants In rare cases, common code will attempt to select an OR of two constants. This confuses the logic in splitLargeImmediate, causing an internal error during isel. Fixed by simply leaving this case to common code to handle. This fixes PR34859. llvm-svn: 318187