[PATCH] D48185: [Power9] [LLVM] Add __float128 exponent GET and SET builtins

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 13 07:40:38 PDT 2018


nemanjai requested changes to this revision.
nemanjai added inline comments.
This revision now requires changes to proceed.


================
Comment at: test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll:93
+; CHECK-LABEL: insert_exp_qp
+; CHECK: xsiexpqp
+}
----------------
lei wrote:
> register?
Not only that, but we should check that the sequence with the register move is part of the emitted sequence (both tests).


https://reviews.llvm.org/D48185





More information about the llvm-commits mailing list