Skip to content
Commit 8a836daa authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[InstCombine] Support lshr(trunc(lshr(x,c1)), c2) ->...

[InstCombine] Support lshr(trunc(lshr(x,c1)), c2) -> trunc(lshr(lshr(x,c1),c2)) uniform vector tests

FoldShiftByConstant is hardcoded for scalar/uniform outer shift amounts atm so that needs to be fixed first to support non-uniform cases
parent af1f0164
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment