summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/GlobalISel/thumb-select-imm.mir
Commit message (Collapse)AuthorAgeFilesLines
* [ARM GlobalISel] Support G_CONSTANT for Thumb2Diana Picus2018-12-191-0/+66
All we have to do is mark it as legal. This allows us to select a lot of new patterns handled by TableGen. This patch adds tests for them and splits up the existing test file for binary operators into 2 files, one for arithmetic ops and one for logical ones. llvm-svn: 349610
OpenPOWER on IntegriCloud