summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/bitfield-extract.ll
Commit message (Collapse)AuthorAgeFilesLines
* AArch64: get type from correct result when forming BFXTim Northover2018-01-231-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 Rosier2016-06-031-0/+88
| | | | llvm-svn: 271718
* [AArch64] Spot SBFX-compatible code expressed with sign_extend.Chad Rosier2016-06-031-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
OpenPOWER on IntegriCloud