re PR rtl-optimization/66706 (Redundant bitmask instruction on x >> (n & 32))
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 3 Jul 2015 14:37:26 +0000 (16:37 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 3 Jul 2015 14:37:26 +0000 (16:37 +0200)
commitab1d746dcedf646029bbbfbb7f85156e8dc63c1e
treed9bc9e4d6bba935d16a93352112cf875a52ad20b
parented3caa8c2aceecd0b1e4f0eb06f723f7849f8183
re PR rtl-optimization/66706 (Redundant bitmask instruction on x >> (n & 32))

PR rtl-optimization/66706
* gcc.target/powerpc/shift-int.c: New testcase.

From-SVN: r225382
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/shift-int.c [new file with mode: 0644]