summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/isel-op-zext-i1.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Propagate zext of i1 into arithmetic code in selection DAGKrzysztof Parzyszek2017-03-091-0/+13
(op ... (zext i1 c) ...) -> (select c (op ... 1 ...), (op ... 0 ...)) llvm-svn: 297391
OpenPOWER on IntegriCloud