[llvm-commits] [llvm] r157481 - in /llvm/trunk: lib/Transforms/Scalar/BoundsChecking.cpp test/Transforms/BoundsChecking/alloc_size.ll test/Transforms/BoundsChecking/lit.local.cfg test/Transforms/BoundsChecking/simple.ll
Duncan Sands
baldrick at free.fr
Fri May 25 10:14:57 PDT 2012
Hi Nuno,
> add experimental support for alloc_size metadata
I think that any metadata understand by LLVM itself (as opposed to metadata
some private front end generates that is only consumed by some private back
end) should be documented in LangRef and verified by the verifier.
Ciao, Duncan.
More information about the llvm-commits
mailing list