Displaying 3 results from an estimated 3 matches similar to: "[LLVMdev] AARCH64 - compiler-rt missing some functions"
2014 Sep 13
2
[LLVMdev] [cfe-dev] AARCH64 - compiler-rt missing some functions
2nd round of missing stuff in compiler-rt which is just waiting for review
---------------
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140210/204960.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140210/204961.html
The code is pretty small - Can someone please review those patches and
push it. This blocks quad math stuff on aarch64 from using compiler-rt
2011 Nov 07
3
[LLVMdev] type f128
Is the llvm backend (legalize, isel, etc.) currently capable of
handling type f128?
I am trying to emit a call to __subtf3 when I compile the following bitcode:
define fp128 @f1(fp128 %a0, fp128 %a1) nounwind readnone {
entry:
%sub = fsub fp128 %a0, %a1
ret fp128 %sub
}
This is for the Mips backend.
2011 Nov 09
0
[LLVMdev] type f128
Hi Akira
> Is the llvm backend (legalize, isel, etc.) currently capable of
> handling type f128?
> I am trying to emit a call to __subtf3 when I compile the following bitcode:
It depends... There is some generic code here and there which can
handle f128, but some parts are still missed.
You might need to fill them...
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and