OSDN Git Service

R600: Increase nearby load scheduling threshold.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 6 Aug 2014 00:29:49 +0000 (00:29 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 6 Aug 2014 00:29:49 +0000 (00:29 +0000)
commit85dc7da6f3eeee02bc25fc0e366de6d43fb6b88c
tree0668af70e2192e07e26a93d4d7d9f2805ebd4f9c
parentc9c70b1651ddeab278429889c7b625650eb3342e
R600: Increase nearby load scheduling threshold.

This partially fixes weird looking load scheduling
in memcpy test. The load clustering doesn't seem
particularly smart, but this method seems to be partially
deprecated so it might not be worth trying to fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214943 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUInstrInfo.cpp
test/CodeGen/R600/llvm.memcpy.ll