| commit | 27e959d7b2cf031cc942e5cce8b0583cd7dbd318 | [log] [tgz] |
|---|---|---|
| author | Juergen Ributzka <juergen@apple.com> | Mon Sep 22 21:08:53 2014 +0000 |
| committer | Juergen Ributzka <juergen@apple.com> | Mon Sep 22 21:08:53 2014 +0000 |
| tree | e462d3d1c91f5d7d0f40a1315fd54676b7769cc7 | |
| parent | d15514a8bdc40886b5befed7f9f61e047bfd43f4 [diff] |
[FastISel][AArch64] Also allow folding of sign-/zero-extend and shift-left for booleans (i1). Shift-left immediate with sign-/zero-extensions also works for boolean values. Update the assert and the test cases to reflect that fact. This should fix a bug found by Chad. llvm-svn: 218275