[RISCV] Update pr58511.ll to not use mul by constant that can be converted to shift.
Normally a mul by a power 2 will be converted to shift by InstCombine. Hoping this will make D127115 not affect this test so much. I've verified the change still fails with the original DAGCombiner bug.
parent
fda76c42
Please register or sign in to comment