[llvm-commits] [llvm] r94454 - in /llvm/trunk: lib/Bitcode/Reader/BitcodeReader.cpp test/Bitcode/flags.ll
Duncan Sands
baldrick at free.fr
Tue Jan 26 00:59:58 PST 2010
Hi Dan,
> Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case
> of a forward-reference, which doesn't use an "abbrev" encoding.
thanks for fixing this. It was causing sgefa from the testsuite to fail when
using dragonegg instead of llvm-gcc. It took me a while to realize that it
wasn't due to a wrong optimization!
Ciao,
Duncan.
More information about the llvm-commits
mailing list