[llvm-commits] [llvm] r103007 - in /llvm/trunk: lib/VMCore/Metadata.cpp test/Transforms/GlobalOpt/metadata.ll

Duncan Sands baldrick at free.fr
Tue May 4 13:41:26 PDT 2010


Hi Devang,

>> I've replaced it with llvm.foo, which works here.
>
> Are you sure ? I do not have any local patch and the third metadata
> parameter is dropped by AsmParser here. This is what I see after parsing
> is done.

I changed the signature to llvm.foo(metadata) at the same time.  If I
use the same signature as llvm.dbg.foo, then I see the same as you.  I
will investigate this tomorrow.

Best wishes,

Duncan.



More information about the llvm-commits mailing list