Convert legacy nvvm.annotations metadata to appropriate function attributes.

Synopsis

Declared in <llvm/IR/AutoUpgrade.h>

void
UpgradeNVVMAnnotations(Module& M);

Parameters

Name

Description

M

Module whose nvvm.annotations metadata is converted.

Created with MrDocs