[llvm-commits] [llvm] r77259 - in /llvm/trunk: docs/LangRef.html include/llvm/Bitcode/LLVMBitCodes.h include/llvm/Operator.h lib/AsmParser/LLLexer.cpp lib/AsmParser/LLParser.cpp lib/AsmParser/LLToken.h lib/Bitcode/Reader/BitcodeReader.cpp lib/Bit

Eli Friedman eli.friedman at gmail.com
Wed Jul 29 02:04:25 PDT 2009


On Tue, Jul 28, 2009 at 11:48 PM, Chris Lattner<clattner at apple.com> wrote:
> Will "inbounds" be the default generated by the llvm-gcc/clang front-
> ends?  If so, it would be nice to invert the sense of the bit so it
> doesn't show up in all the .ll files making them really noisy.

Dunno... this is probably worth discussing on llvmdev.  We're
certainly within the C standard to do so, but it could potentially
break code.

-Eli



More information about the llvm-commits mailing list