Skip to content
Commit d747f015 authored by Chris Lattner's avatar Chris Lattner
Browse files

Teach instcombine to turn trunc(srl x, c) -> srl (trunc(x), c) when safe.

This implements InstCombine/cast.ll:test34.  It fires hundreds of times on
176.gcc.

llvm-svn: 32009
parent 544dfa01
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment