[PATCH] D83437: [PowerPC] Enable default support of quad precision operations
Qiu Chaofan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 8 19:06:26 PDT 2020
qiucf added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll:57
define fp128 @testSubOdd(fp128 %a, fp128 %b) {
-entry:
- %0 = call fp128 @llvm.ppc.subf128.round.to.odd(fp128 %a, fp128 %b)
+entry: %0 = call fp128 @llvm.ppc.subf128.round.to.odd(fp128 %a, fp128 %b)
ret fp128 %0
----------------
Misindent?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83437/new/
https://reviews.llvm.org/D83437
More information about the llvm-commits
mailing list