| commit | eba9fdac7e131c6c99824cfd763989cc74965007 | [log] [tgz] |
|---|---|---|
| author | John Brawn <john.brawn@arm.com> | Tue Mar 07 14:42:03 2017 +0000 |
| committer | John Brawn <john.brawn@arm.com> | Tue Mar 07 14:42:03 2017 +0000 |
| tree | 1b49e341faeea0fa700d3ba1896974f569c0f226 | |
| parent | 3cceffb752c7f5eb69c41226ddd9fb664683a204 [diff] |
[ARM] Correct handling of LSL #0 in an IT block The check for LSL #0 in an IT block was checking if operand 4 was zero, but operand 4 is the condition code operand so it was actually checking for LSLEQ. Fix this by checking operand 3, which really is the immediate operand, and add some tests. Differential Revision: https://reviews.llvm.org/D30692 llvm-svn: 297142