aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll
Commit message (Collapse)AuthorAgeFilesLines
* FileCheck-ize and modernize IR.Chandler Carruth2011-07-021-6/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134344 91177308-0d34-0410-b5e6-96231b3b80d8
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81290 91177308-0d34-0410-b5e6-96231b3b80d8
* Arrange to print constants that match "n" and "i" constraintsDale Johannesen2009-02-121-0/+18
in inline asm as signed (what gcc does). Add partial support for x86-specific "e" and "Z" constraints, with appropriate signedness for printing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64400 91177308-0d34-0410-b5e6-96231b3b80d8