Serge Pavlov b0785cd1cb
[GlobalISel][ARM] Support missing case for G_CONSTANT (#80555)
Global Instruction Selector could not select the code:

    %0:gprb(s32) = G_CONSTANT i32 -1

In DAG selector the similar code is selected to the instruction MVNi
using custom operand `mod_imm_not`. Changing its definition from
`PatLeaf` to `ImmLeaf` and providing counterpart for `imm_not_XFORM`
make the relevant rule available for GlobalISel too.
2024-02-07 12:53:20 +07:00
..
2022-09-26 11:31:23 +01:00
2022-10-02 11:51:08 +01:00
2024-02-01 11:42:18 +00:00
2021-11-21 18:33:29 +00:00
2022-11-02 22:34:05 +00:00