These two if-statements check if the 3rd argument of memcpy intrinsic is 1, and then do nothing.
It aims to replace the intrinsic with load/store instruction, but it will be done in the later code.
Consequently, the two if-statements are redundant, and should be removed.
Details
Details
Diff Detail
Diff Detail