This commit moves the importing logic of access group metadata into the
loop annotation importer. These two metadata imports can be grouped
because access groups are only used in combination with
llvm.loop.parallel_accesses.
As a nice side effect, this commit decouples the LoopAnnotationImporter
from the ModuleImport class.
nit: I would drop the back ticks here since they are usually used to document function parameters, e.g.:
... and llvm.access.group metadata nodes into AccessGroupMetadataOps.