summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/NVPTX/tid-range.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SelectionDAG] Correctly transform range metadata to AssertZExtDavid Majnemer2017-01-061-0/+18
We used the logBase2 of the high instead of the ceilLogBase2 resulting in the wrong result for certain values. For example, it resulted in an i1 AssertZExt when the exclusive portion of the range was 3. llvm-svn: 291196
OpenPOWER on IntegriCloud