[PATCH] D48185: [Power9] [LLVM] Add __float128 exponent GET and SET builtins
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 26 09:04:23 PDT 2018
lei added inline comments.
================
Comment at: lib/Target/PowerPC/PPCInstrVSX.td:2634
+ (i64 (MFVSRD (EXTRACT_SUBREG
+ (v2i64 (XSXEXPQP $vA)), sub_64)))>;
+
----------------
indent by 2 here.
================
Comment at: test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll:93
+; CHECK-LABEL: insert_exp_qp
+; CHECK: xsiexpqp
+}
----------------
register?
https://reviews.llvm.org/D48185
More information about the llvm-commits
mailing list