summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/x86-inline-asm-validation.ll
Commit message (Collapse)AuthorAgeFilesLines
* X86: teach X86TargetLowering about L,M,O constraintsSaleem Abdulrasool2015-01-111-0/+34
Teach the ISelLowering for X86 about the L,M,O target specific constraints. Although, for the moment, clang performs constraint validation and prevents passing along inline asm which may have immediate constant constraints violated, the backend should be able to cope with the invalid inline asm a bit better. llvm-svn: 225596
OpenPOWER on IntegriCloud