[LLVMdev] type f128

Akira Hatanaka ahatanak at gmail.com
Mon Nov 7 12:21:48 PST 2011


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.



More information about the llvm-dev mailing list