Displaying 1 result from an estimated 1 matches for "vacg".
Did you mean:
vac
2010 Oct 27
2
[LLVMdev] NEON lowering errors in Clang/LLVM
...header should be changed to conform to ARM's specification.
2. Compare absolute intrinsics, as defined in ARMInstrNEON.td (and
lowered by Clang), is not being converted to a NEON instruction in the
back-end, and silently becoming a function call to the LLVM intrinsic
(ex. "llvm.arm.neon.vacged.v2i32")
3. LLVM explodes when exporting VPADDL and VPADAL:
0. Program arguments: /work/bin/clang -cc1 -triple
armv7-none-eabi -emit-llvm -disable-free -main-file-name vpadal.c
-mrelocation-model static -mdisable-fp-elim -mconstructor-aliases
-target-abi apcs-gnu -target-cpu cortex-a8...