[InstCombine] add vector support for (A >> C) == (B >> C) --> (A^B) u< (1 << C)
Reviewed By: spatel, RKSimon Differential Revision: https://reviews.llvm.org/D127398
Loading
Please sign in to comment
Reviewed By: spatel, RKSimon Differential Revision: https://reviews.llvm.org/D127398