[PATCH] D113125: [LoopVectorize] Propagate fast-math flags for VPInstruction

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 8 06:11:52 PST 2021


sdesmalen added inline comments.


================
Comment at: llvm/lib/IR/AsmWriter.cpp:1318
+    FastMathFlags FMF = FPO->getFastMathFlags();
+    FMF.print(Out);
   }
----------------
Hi @RosieSumpter, could you maybe also define an overloaded operator<< for `FastMathFlags`, so that you can write `Out << FPO->getFastMathFlags()`?


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

https://reviews.llvm.org/D113125



More information about the llvm-commits mailing list