[llvm-commits] [llvm] r125006 - in /llvm/trunk: docs/LangRef.html include/llvm/Constants.h include/llvm/Operator.h lib/AsmParser/LLParser.cpp lib/Bitcode/Reader/BitcodeReader.cpp lib/VMCore/Constants.cpp test/Assembler/2003-05-21-MalformedShiftCrash.ll test/Assembler/flags.ll

Chris Lattner clattner at apple.com
Tue Feb 8 11:51:05 PST 2011


Thanks will fix.  FYI I have a bunch of related patches queued up and ready to submit once I get wifi access again.  Please hold off on related patches for a bit :)

-Chris

On Feb 7, 2011, at 2:56 PM, Duncan Sands <baldrick at free.fr> wrote:

> Hi Chris,
> 
>> @@ -3704,6 +3707,14 @@
>>     vectors, each vector element of<tt>op1</tt>  is shifted by the corresponding
>>     shift amount in<tt>op2</tt>.</p>
>> 
>> +<p>If the<tt>nuw</tt>  keyword is present, then the shift produces a
>> +<a href="#trapvalues">trap value</a>  if it shifts out any non-zero bits.  If
>> +   the<tt>nsw</tt>  keywrod is present, then the shift produces a
> 
> keywrod -> keyword
> 
> Ciao, Duncan.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list