[llvm] [VFABI] Create FunctionType for vector functions (PR #75058)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 05:53:20 PST 2023
================
@@ -20,10 +21,12 @@
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/IR/Constants.h"
+#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/PatternMatch.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/CommandLine.h"
+#include <optional>
----------------
paulwalker-arm wrote:
You don't directly use this so can rely on it being brought in via whatever defines `VFInfo`.
https://github.com/llvm/llvm-project/pull/75058
More information about the llvm-commits
mailing list