OSDN Git Service

Rematerialization logic was overly conservative when it comes to loads from fixed...
authorEvan Cheng <evan.cheng@apple.com>
Sat, 23 Feb 2008 03:38:34 +0000 (03:38 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 23 Feb 2008 03:38:34 +0000 (03:38 +0000)
commit249ded3fa8884f91fded869fb6e251b8aebb0376
treeffadae6a55002ddf90fbd09e68d738e994ba3480
parentaaa1d4265e93ade9db6ab815ed5680d8e59e3c6b
Rematerialization logic was overly conservative when it comes to loads from fixed stack slots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47529 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp
test/CodeGen/X86/2008-02-22-ReMatBug.ll [new file with mode: 0644]