summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/lower-range-metadata-func-call.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AARCH64] Enable AARCH64 lit tests on windows dev machinesSimon Pilgrim2016-07-191-1/+1
| | | | | | | | | | As discussed on PR27654, this patch fixes the triples of a lot of aarch64 tests and enables lit tests on windows This will hopefully help stop cases where windows developers break the aarch64 target Differential Revision: https://reviews.llvm.org/D22191 llvm-svn: 275973
* SelectionDAG: Lower some range metadata to AssertZextMatt Arsenault2016-02-081-0/+44
If a range has a lower bound of 0, add an AssertZext from the nearest floor power of two. This allows operations with some workitem intrinsics with known maximum ranges to use fast 24-bit multiplies. llvm-svn: 260109
OpenPOWER on IntegriCloud