llvm-6502/test/Transforms/GVN
Bill Wendling 8295e49e76 Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM:
llvm[2]: Linking Release executable opt (without symbols)
...
Undefined symbols:
  "llvm::APFloat::IEEEsingle", referenced from:
      __ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(Constants.o)
      __ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(AsmWriter.o)
      __ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(ConstantFold.o)
  "llvm::APFloat::IEEEdouble", referenced from:
      __ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(Constants.o)
      __ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(AsmWriter.o)
      __ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(ConstantFold.o)
ld: symbol(s) not found

This is in release mode. To replicate, compile llvm and llvm-gcc in optimized
mode. Then build llvm, in optimized mode, with the newly created compiler.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60977 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-13 09:28:44 +00:00
..
2007-07-25-DominatedLoop.ll
2007-07-25-InfiniteLoop.ll
2007-07-25-Loop.ll
2007-07-25-NestedLoop.ll
2007-07-25-SinglePredecessor.ll
2007-07-26-InterlockingLoops.ll Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM: 2008-12-13 09:28:44 +00:00
2007-07-26-NonRedundant.ll
2007-07-26-PhiErasure.ll Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM: 2008-12-13 09:28:44 +00:00
2007-07-30-PredIDom.ll
2007-07-31-NoDomInherit.ll Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM: 2008-12-13 09:28:44 +00:00
2007-07-31-RedundantPhi.ll
2008-02-12-UndefLoad.ll
2008-02-13-NewPHI.ll
2008-02-24-NonDominatedMemcpy.ll
2008-02-26-MemCpySize.ll
2008-07-02-Unreachable.ll
2008-12-09-SelfRemove.ll
basic.ll
call.ll
dg.exp
dominated.ll
local-pre.ll
mixed.ll Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
nonlocal-cse.ll
nonlocal.ll Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM: 2008-12-13 09:28:44 +00:00
pre-load.ll
pre.ll
readonly-calls.ll
rle-must-alias.ll Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM: 2008-12-13 09:28:44 +00:00
semidominated.ll Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM: 2008-12-13 09:28:44 +00:00