summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb/i8-phi-ext.ll
Commit message (Collapse)AuthorAgeFilesLines
* [CodeGen] Emit more precise AssertZext/AssertSext nodes.Eli Friedman2018-07-111-0/+21
This is marginally helpful for removing redundant extensions, and the code is easier to read, so it seems like an all-around win. In the new test i8-phi-ext.ll, we used to emit an AssertSext i8; now we emit an AssertZext i2, which allows the extension of the return value to be eliminated. Differential Revision: https://reviews.llvm.org/D49004 llvm-svn: 336868
OpenPOWER on IntegriCloud