These test will show the following optimization by future patches.
(mul x, (power_of_2 + 2)) => (SH1ADD x, (SLLI x, bits)) (mul x, (power_of_2 + 4)) => (SH2ADD x, (SLLI x, bits)) (mul x, (power_of_2 + 8)) => (SH3ADD x, (SLLI x, bits))
Differential D106647
[RISCV][test] Add new tests for mul optimization in the zba extension with SH*ADD benshi001 on Jul 23 2021, 4:11 AM. Authored by
Details These test will show the following optimization by future patches. (mul x, (power_of_2 + 2)) => (SH1ADD x, (SLLI x, bits)) (mul x, (power_of_2 + 4)) => (SH2ADD x, (SLLI x, bits)) (mul x, (power_of_2 + 8)) => (SH3ADD x, (SLLI x, bits))
Diff Detail
Unit Tests Event TimelineComment Actions This patch's child revision is approved, https://reviews.llvm.org/D106648 This one also needs approval since its child depends on it. |