Remove the vicmp and vfcmp instructions. Because we never had a release with
authorNick Lewycky <nicholas@mxc.ca>
Wed, 8 Jul 2009 03:04:38 +0000 (03:04 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 8 Jul 2009 03:04:38 +0000 (03:04 +0000)
commit7f6aa2b162e5daaf7b9ccf05d749597d3d7cf460
tree7f1696da48ecf7a060d0c9322198de79ae1cfedb
parent34a0fa362dde63cf9adf5917ab2ee2c2b7dd2179
Remove the vicmp and vfcmp instructions. Because we never had a release with
these instructions, no autoupgrade or backwards compatibility support is
provided.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74991 91177308-0d34-0410-b5e6-96231b3b80d8
31 files changed:
docs/LangRef.html
include/llvm-c/Core.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Constants.h
include/llvm/InstrTypes.h
include/llvm/Instruction.def
include/llvm/Instructions.h
include/llvm/LLVMContext.h
include/llvm/Support/ConstantFolder.h
include/llvm/Support/IRBuilder.h
include/llvm/Support/InstVisitor.h
include/llvm/Support/NoFolder.h
include/llvm/Support/TargetFolder.h
lib/Analysis/ConstantFolding.cpp
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
lib/Target/ARM/ARMISelLowering.cpp
lib/Transforms/Scalar/GVN.cpp
lib/VMCore/ConstantFold.cpp
lib/VMCore/Constants.cpp
lib/VMCore/Instruction.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/LLVMContext.cpp
test/Assembler/vector-cmp.ll
test/Transforms/ConstProp/2008-07-07-VectorCompare.ll
utils/llvm.grm