OSDN Git Service

Allow the target to select the level of anti-dependence breaking that should be perfo...
authorDavid Goodwin <david_goodwin@apple.com>
Thu, 22 Oct 2009 23:19:17 +0000 (23:19 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Thu, 22 Oct 2009 23:19:17 +0000 (23:19 +0000)
commit4c3715c2e5e17d7216a96ac2baf9720630f04408
tree2370e0e0b38f4750b9fa314960a88a88d5e976bf
parent8201ebd40b0270eb6d36ff95dc69fb5ca6bae1db
Allow the target to select the level of anti-dependence breaking that should be performed by the post-RA scheduler. The default is none.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84911 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetSubtarget.h
lib/CodeGen/PostRASchedulerList.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/X86/X86Subtarget.h
test/CodeGen/X86/2007-01-08-InstrSched.ll
test/CodeGen/X86/sse2.ll
test/CodeGen/X86/sse3.ll
test/CodeGen/X86/vshift-1.ll
test/CodeGen/X86/vshift-2.ll
test/CodeGen/X86/vshift-3.ll
test/CodeGen/X86/vshift-5.ll