[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
Duncan Sands
baldrick at free.fr
Mon Feb 7 12:56:27 PST 2011
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.
More information about the llvm-commits
mailing list