If we have a mask, and a value x, where (x | mask) == x, we can drop the OR and just use x. Differential Revision: https://reviews.llvm.org/D90952
111 KiB
111 KiB
If we have a mask, and a value x, where (x | mask) == x, we can drop the OR and just use x. Differential Revision: https://reviews.llvm.org/D90952