This switches a large subset of PowerPC intrinsics to use default attributes (nosync, nofree, nocallback and willreturn). In particular the presence of willreturn is important to avoid optimization regression in the future.
This patch primarily covers readnone/readonly intrinsics.
A question I had was, did we also mean to update these intrinsics here, as well?
Or are these excluded because these intrinsics have side effects?