The enabling of remat in 2-address conversion breaks this test:
authorBill Wendling <isanbard@gmail.com>
Mon, 26 May 2008 05:49:49 +0000 (05:49 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 26 May 2008 05:49:49 +0000 (05:49 +0000)
commita16157a41098795d5045b197691ef997535ae169
treed815028914477a03c8030cbc149b17999bcc73ac
parent48f7f237ea5224c44e9c2782836fb7b60d8b5db1
The enabling of remat in 2-address conversion breaks this test:

Running /Users/void/llvm/llvm.src/test/CodeGen/X86/dg.exp ...
FAIL: /Users/void/llvm/llvm.src/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
Failed with exit(1) at line 1
while running: llvm-as < /Users/void/llvm/llvm.src/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll | llc -march=x86 -mattr=+sse2 -stats |&  grep {1 .*folded into instructions}
child process exited abnormally

Make this conditional for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51563 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TwoAddressInstructionPass.cpp