Add tests for (X & -256) == 256 -> (X >> 8) == 1.
Signed-off-by: WANG Rui <wangrui@loongson.cn>
Differential D154810
[LoongArch][NFC] Add tests for (X & -256) == 256 -> (X >> 8) == 1 hev on Jul 9 2023, 7:28 PM. Authored by
Details Add tests for (X & -256) == 256 -> (X >> 8) == 1. Signed-off-by: WANG Rui <wangrui@loongson.cn>
Diff Detail
Unit Tests Event TimelineComment Actions Add NFC somewhere in the title or summary? And is it better to add the case into test/CodeGen/LoongArch/ir-instruction/icmp.ll since we already stuff several icmp-related tests there? |