[llvm] [LV] Get FMFs from VectorBuilder in createSimpleReduction. NFC (PR #132017)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 01:37:06 PDT 2025


================
@@ -87,6 +87,9 @@ class VectorBuilder {
     StaticVectorLength = ElementCount::getFixed(NewFixedVL);
     return *this;
   }
+
+  FastMathFlags &getFastMathFlags() const { return Builder.getFastMathFlags(); }
----------------
lukel97 wrote:

Done, thanks!

https://github.com/llvm/llvm-project/pull/132017


More information about the llvm-commits mailing list