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

Tobias Gysi llvmlistbot at llvm.org
Thu Sep 21 07:12:54 PDT 2023


================
@@ -2398,6 +2411,11 @@ void LLVMFuncOp::print(OpAsmPrinter &p) {
   function_interface_impl::printFunctionSignature(p, *this, argTypes,
                                                   isVarArg(), resTypes);
 
+  // Print vscale range if present
+  if (auto vscale = getVscaleRange())
----------------
gysit wrote:

Can you spell out the type here?

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


More information about the Mlir-commits mailing list