[InstCombine][test] Add tests for mul combinations
authorPaweł Bylica <pawel@hepcolgum.band>
Sat, 22 Oct 2022 13:53:34 +0000 (13:53 +0000)
committerPaweł Bylica <chfast@gmail.com>
Sat, 22 Oct 2022 14:25:50 +0000 (16:25 +0200)
commit119c34e7f9c66dbdb77f69d67bb50507c91dc2ef
tree8aaeeae377ab3406f9add0d40b5e7e2138ac7375
parentd20e4a1d68aa8e14c4e524e4d4eeb4445acac401
[InstCombine][test] Add tests for mul combinations

Tests taken from https://reviews.llvm.org/D56214 and ported to
InstCombine for https://reviews.llvm.org/D136015.
llvm/test/Transforms/InstCombine/mul_full_32.ll [new file with mode: 0644]
llvm/test/Transforms/InstCombine/mul_full_64.ll [new file with mode: 0644]