Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AArch64: get type from correct result when forming BFX | Tim Northover | 2018-01-23 | 1 | -0/+17 |
| | | | | | | | Some nodes produce multiple values so when obtaining the type of an ISD::OR we need to make sure we ask for the correct one. Hopefully that's all of them. llvm-svn: 323205 | ||||
* | [AArch64] Move tests from r271677 to a more appropriately named file. NFC. | Chad Rosier | 2016-06-03 | 1 | -0/+88 |
| | | | | llvm-svn: 271718 | ||||
* | [AArch64] Spot SBFX-compatible code expressed with sign_extend. | Chad Rosier | 2016-06-03 | 1 | -0/+10 |
This is very similar to r271677, but for extracts from i32 with the SIGN_EXTEND acting on a arithmetic shift. llvm-svn: 271717 |