[PATCH] D70951: [Matrix] Use fmuladd when lowering matrix.multiply.

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 14:01:54 PST 2019


anemet added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp:50
+             "result in different results, due to less rounding error."));
+
 namespace {
----------------
Shouldn't this be using the fpflags from the intrinsic?  I.e. I was thinking of a clang flag.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70951/new/

https://reviews.llvm.org/D70951





More information about the llvm-commits mailing list