Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AARCH64] Enable AARCH64 lit tests on windows dev machines | Simon Pilgrim | 2016-07-19 | 1 | -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 AssertZext | Matt Arsenault | 2016-02-08 | 1 | -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 |