[Mlir-commits] [mlir] Add support for MLIR to llvm vscale attribute (PR #67012)

Christian Ulmann llvmlistbot at llvm.org
Thu Sep 21 23:03:08 PDT 2023


================
@@ -31,6 +31,7 @@
 #include "llvm/ADT/StringSet.h"
 #include "llvm/ADT/TypeSwitch.h"
 #include "llvm/IR/Comdat.h"
+#include "llvm/IR/ConstantRange.h"
----------------
Dinistro wrote:

NIT: Is this include necessary?

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


More information about the Mlir-commits mailing list