Displaying 1 result from an estimated 1 matches for "othermdname".
Did you mean:
other_name
2010 Jan 04
0
[LLVMdev] support for attach embedded metadata to function/argument/basicblock proposal
...eers,
> > yannis
>
"
if we could attach metadata to a basicblock, this problem will be easily
done.
so i am going to add support for attaching metadata to
function/argument/basicblock.
the syntax of attaching metadata to a basicblock will go like this:
bbname, !mdname !md [, !othermdname !othermd ...]:
for example:
entry, !foo !bar: ; attach bar to entry block
and
entry, !foo !bar, !foo1 !bar1: ; attach bar and bar1 to entry block
and we could add a function/argument attribute named "metadata" for
attaching metadata to function or argument.
define void @functionnam...