[llvm-commits] [llvm] r154387 - in /llvm/trunk: docs/LangRef.html include/llvm/ADT/APFloat.h lib/VMCore/Verifier.cpp test/Verifier/fpaccuracy.ll
Chris Lattner
clattner at apple.com
Tue Apr 10 09:04:33 PDT 2012
On Apr 10, 2012, at 1:22 AM, Duncan Sands wrote:
> Author: baldrick
> Date: Tue Apr 10 03:22:43 2012
> New Revision: 154387
>
> URL: http://llvm.org/viewvc/llvm-project?rev=154387&view=rev
> Log:
> Express the number of ULPs in fpaccuracy metadata as a real rather than a
> rational number, eg as 2.5 rather than 5, 2. OK'd by Peter Collingbourne.
Did LLVM 3.0 support this metadata? If so, we'll need auto-upgrade logic.
-Chris
More information about the llvm-commits
mailing list