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

Amr Hesham via cfe-commits cfe-commits at lists.llvm.org
Fri May 30 16:40:22 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"
----------------
AmrDeveloper wrote:

Yes, I was adding it to the other file, for the test, it was working before, and I was thinking of adding a test that covers Vec FP. I will remove it and convert this PR to NFC for now, and when we need more tests, we can add 

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


More information about the cfe-commits mailing list