aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/flags-unsigned.ll
Commit message (Collapse)AuthorAgeFilesLines
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-221-6/+6
| | | | | | | which stand for no-unsigned-wrap and no-signed-wrap. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76810 91177308-0d34-0410-b5e6-96231b3b80d8
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-201-0/+18
exact sdiv flags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76475 91177308-0d34-0410-b5e6-96231b3b80d8