search for: x86shuffledecode

Displaying 2 results from an estimated 2 matches for "x86shuffledecode".

2011 Feb 15
0
[LLVMdev] Need Advice: X86ShuffleDecode Problem
I've run into a problem with X86ShuffleDecode.hpp while implementing AVX shuffles. It turns out that to decode AVX shuffles properly, I need to pass types to the X86ShuffleDecode logic. NumElements is not enough because 4 elements could mean 4 32-bit or 4 64-bit. The shuffle decode will be different based on the element type. As things sta...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...rts Archive Library libLLVMX86Desc.a make[4]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Target/X86/MCTargetDesc' make[4]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Target/X86/Utils' llvm[3]: Compiling Scalar.cpp for Release+Asserts build llvm[4]: Compiling X86ShuffleDecode.cpp for Release+Asserts build llvm[3]: Compiling NullResolver.cpp for Release+Asserts build llvm[3]: Compiling ScalarReplAggregates.cpp for Release+Asserts build llvm[2]: Compiling CalcSpillWeights.cpp for Release+Asserts build llvm[4]: Building Release+Asserts Archive Library libLLVMX86Utils.a mak...