"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "970be35808afd4bfea5f0e80499fc0d797f1c6ab"
[InstCombine] improve matching for sext-lshr-trunc patterns
This is intended to preserve the logic of the existing transform, but remove unnecessary restrictions on uses and types. https://rise4fun.com/Alive/pYfR Pre: C1 <= width(C1) - 8 %B = sext i8 %A %C = lshr %B, C1 %r = trunc %C to i8 => %r = ashr i8 %A, trunc(umin(C1, 7))
Loading
Please register or sign in to comment