[llvm-commits] [llvm] r143135 - in /llvm/trunk: docs/LangRef.html include/llvm/LLVMContext.h lib/VMCore/LLVMContext.cpp

Peter Collingbourne peter at pcc.me.uk
Fri Oct 28 03:37:58 PDT 2011


On Fri, Oct 28, 2011 at 06:05:19AM +0200, Duncan Sands wrote:
> Hi Peter, part of the metadata design is that it should always be safe (if
> sub-optimal) to remove it.  Will you get correct results if fpaccuracy meta
> data is dropped?

Yes.  The intention is that the code generator will select the most
accurate instruction if fpaccuracy metadata is not present.

Thanks,
-- 
Peter



More information about the llvm-commits mailing list