llvm-6502/lib/VMCore
Bob Wilson eb0c3d3729 Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the
vabd intrinsic and add and/or zext operations.  In the case of vaba, this
also avoids the need for a DAG combine pattern to combine vabd with add.
Update tests.  Auto-upgrade the old intrinsics.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112941 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-03 01:35:08 +00:00
..
AsmWriter.cpp lets get crazy and name the header file the exact class name, 2010-09-02 23:09:42 +00:00
Attributes.cpp
AutoUpgrade.cpp Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the 2010-09-03 01:35:08 +00:00
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
ConstantFold.h
Constants.cpp remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
ConstantsContext.h remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
Core.cpp remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
DebugLoc.cpp
Dominators.cpp
Function.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMContext.cpp
LLVMContextImpl.cpp remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
LLVMContextImpl.h remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
Makefile
Metadata.cpp Add comments explaining why it's not necessary to include the 2010-08-30 21:18:41 +00:00
Module.cpp
Pass.cpp
PassManager.cpp
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
TypesContext.h remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
TypeSymbolTable.cpp
Use.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00