This is to address code review comments in https://reviews.llvm.org/D137423#3912332
Add a new subtarget feature FastMFLR, so that we don't reply on ISA version to check a processor level feature.
This caller of this new feature is in D137423 and the tests are also there.
I would suggest fast-MFLR rather than cheap-MFLR, and for the description I would suggest "MFLR is a fast instruction"