[PATCH] D48218: [Power9] Add remaining __flaot128 builtin support for FMA round to odd

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 4 04:52:18 PDT 2018


nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.

Once Lei's comments are addressed, this LGTM. Feel free to add the updates on the commit.



================
Comment at: test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll:51
 ; CHECK-LABEL: testFMAOdd
-; CHECK: xsmaddqpo
+; CHECK-DAG: xsmaddqpo
+; CHECK-DAG: xsmsubqpo
----------------
lei wrote:
> Might be good to actually have the registers stated here to ensure we are acting on the proper values.
+1


https://reviews.llvm.org/D48218





More information about the llvm-commits mailing list