Displaying 1 result from an estimated 1 matches for "6f4f160f".
Did you mean:
  6f4816f
  
2013 Dec 18
1
[LLVMdev] LLVM ARM VMLA instruction
Hi,
I was going through Code of LLVM instruction code generation for ARM. I
came across VMLA instruction hazards (Floating point multiply and
accumulate). I was comparing assembly code emitted by LLVM and GCC, where i
saw that GCC was happily using VMLA instruction for floating point while
LLVM never used it, instead it used a pair of VMUL and VADD instruction.
I wanted to know if there is any