[PATCH] [complex] Teach the complex math IR gen to emit direct math and a NaN-test prior to the call to the library function.

Bill Schmidt wschmidt at linux.vnet.ibm.com
Wed Oct 22 13:27:30 PDT 2014


I realize this revision is closed, but...

Three of these test variants fail in the parser (unsupported floating point type) when compiled for powerpc64le-unknown-linux-gnu:

long double _Complex mul_long_double_cc(long double _Complex a, long double _Complex b)
long double _Complex div_long_double_rc(long double a, long double _Complex b)
long double _Complex div_long_double_cc(long double _Complex a, long double _Complex b)

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D5756






More information about the cfe-commits mailing list