This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
qiucf marked 3 inline comments as done.
Closed by commit rG741aeda97d63: [PowerPC] Implement longdouble pack/unpack
builtins (authored by qiucf).
Changed prior to comm
jsji accepted this revision as: jsji.
jsji added a comment.
This revision is now accepted and ready to land.
LGTM with some nits.
Comment at: clang/lib/Sema/SemaChecking.cpp:3382
+if (&TI.getLongDoubleFormat() != &llvm::APFloat::PPCDoubleDouble())
+ return Diag(TheCall
qiucf created this revision.
qiucf added reviewers: nemanjai, PowerPC, jsji, shchenz.
Herald added subscribers: dexonsmith, kbarton, hiraditya.
qiucf requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Repository:
rG LLVM Gi