If we can't decide shouldExpandAtomicCmpXchgInIR or shouldExpandAtomicCmpXchgInIR in PPC's implementation after https://reviews.llvm.org/rGb9c3941cd61de1e1b9e4f3311ddfa92394475f4b, resort to base's implementation.
This fixes internal build of OpenMP which uses atomic operations on float.
With this change, we pretty much fall back on base implementation for *ALL* other types , except for 128 bits. That means quite some change to existing expansion? If so, I think we should at least add tests for all other types and bits to double confirm.