summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/isel-i1arg-crash.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Fix lowering of formal arguments of type i1Krzysztof Parzyszek2017-03-011-0/+6
On Hexagon, values of type i1 are passed in registers of type i32, even though i1 is not a legal value for these registers. This is a special case and needs special handling to maintain consistency of the lowering information. This fixes PR32089. llvm-svn: 296645
OpenPOWER on IntegriCloud