[llvm-commits] [llvm] r76810 - in /llvm/trunk: docs/LangRef.html lib/AsmParser/LLLexer.cpp lib/AsmParser/LLParser.cpp lib/AsmParser/LLToken.h lib/VMCore/AsmWriter.cpp test/Assembler/flags-reversed.ll test/Assembler/flags-signed.ll test/Assembler/flags-unsigned.ll test/Assembler/flags.ll

Chris Lattner clattner at apple.com
Wed Jul 22 16:30:13 PDT 2009


On Jul 22, 2009, at 3:44 PM, Dan Gohman wrote:

> Author: djg
> Date: Wed Jul 22 17:44:56 2009
> New Revision: 76810
>
> URL: http://llvm.org/viewvc/llvm-project?rev=76810&view=rev
> Log:
> Rename the new unsigned and signed keywords to nuw and nsw,
> which stand for no-unsigned-wrap and no-signed-wrap.

Thank you for doing this Dan.  Another annoying question for you:   
Wouldn't "add nuw ..." be cleaner than "nuw add ..."?  Doing this  
would simplify the parsing logic, and the fact that it is an add is  
more important than 'nuw-ness'.

-Chris




More information about the llvm-commits mailing list