OSDN Git Service

[ARM GlobalISel] Support G_SELECT for Thumb2
authorDiana Picus <diana.picus@linaro.org>
Wed, 13 Feb 2019 11:25:32 +0000 (11:25 +0000)
committerDiana Picus <diana.picus@linaro.org>
Wed, 13 Feb 2019 11:25:32 +0000 (11:25 +0000)
commit8810171ee8995b00d4fbb8a8cd754fbc76d1f528
tree69a5e1802ee278c8fccb6b735a55b0ceb198232d
parentfcf88f08a21221c9fcb0fa27a7895ed3a9b30fd9
[ARM GlobalISel] Support G_SELECT for Thumb2

Same as arm mode, but slightly different opcodes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353938 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstructionSelector.cpp
lib/Target/ARM/ARMLegalizerInfo.cpp
test/CodeGen/ARM/GlobalISel/arm-legalize-select.mir [new file with mode: 0644]
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir
test/CodeGen/ARM/GlobalISel/thumb-select-select.mir [new file with mode: 0644]