[PATCH] D71390: [PowerPC] Modify the hasSideEffects of MTLR and MFLR from 1 to 0

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 10:35:48 PST 2019


nemanjai added a comment.

Something doesn't match up here. The description/title say that you are changing the flag for both `MFLR/MTLR`. But in the code I only see the change for `MTLR`. Why is that?
Also, the context is missing from this patch so it cannot be reviewed properly, please fix that.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71390/new/

https://reviews.llvm.org/D71390





More information about the llvm-commits mailing list