Hi all,
This is a follow up patch for http://llvm.org/viewvc/llvm-project?view=revision&revision=209903.
Added support to optimize comparisons with "lshr exact" of a constant
similar to "ashr exact".
I could have merged the code for both, but didnt seem to make much of a difference,
so handled after the code to handle "ashr exact".
Please help in reviewing the same.
Thanks,
Rahul
Start function name with a lowercase letter.