We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c5a13 commit beb6e5bCopy full SHA for beb6e5b
llvm/include/llvm/IR/VectorBuilder.h
@@ -88,7 +88,10 @@ class VectorBuilder {
88
return *this;
89
}
90
91
- FastMathFlags &getFastMathFlags() const { return Builder.getFastMathFlags(); }
+ /// Get the flags to be applied to created floating point ops.
92
+ const FastMathFlags &getFastMathFlags() const {
93
+ return Builder.getFastMathFlags();
94
+ }
95
96
// TODO: setStaticVL(ElementCount) for scalable types.
97
0 commit comments