Skip to content
Commit 81ee020f authored by Reid Spencer's avatar Reid Spencer
Browse files

Fix shl to produce the correct result when the bitwidth is > 64 and the

shift amount is 0. Previously this code would do a lshr by the bit width
which can lead to incorrect results.

llvm-svn: 37010
parent 5d22b630
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