summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/inlineasm-sched-bug.ll
Commit message (Collapse)AuthorAgeFilesLines
* This patch addresses a problem with the Post RA scheduler generating anPreston Gurd2012-10-291-0/+13
incorrect instruction sequence due to it not being aware that an inline assembly instruction may reference memory. This patch fixes the problem by causing the scheduler to always assume that any inline assembly code instruction could access memory. This is necessary because the internal representation of the inline instruction does not include any information about memory accesses. This should fix PR13504. llvm-svn: 166929
OpenPOWER on IntegriCloud