[clang] [CIR] Upstream VectorType support in helper function (PR #142222)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Fri May 30 16:32:48 PDT 2025


================
@@ -16,6 +16,7 @@
 #include "mlir/IR/BuiltinAttributes.h"
 #include "mlir/IR/Types.h"
 #include "mlir/Interfaces/DataLayoutInterfaces.h"
+#include "clang/CIR/Dialect/IR/CIRTypes.h"
----------------
andykaylor wrote:

Isn't this including the current file?

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


More information about the cfe-commits mailing list