We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46719a2 commit b039d7aCopy full SHA for b039d7a
mlir/lib/Conversion/MemRefToLLVM/AllocLikeConversion.cpp
@@ -75,7 +75,7 @@ std::tuple<Value, Value> AllocationOpLLVMLowering::allocateBufferManuallyAlign(
75
// Allocate the underlying buffer.
76
Type elementPtrType = this->getElementPtrType(memRefType);
77
if (!elementPtrType) {
78
- emitError(loc,"conversion of memref memory space ")
+ emitError(loc, "conversion of memref memory space ")
79
<< memRefType.getMemorySpace()
80
<< " to integer address space "
81
"failed. Consider adding memory space conversions.";
0 commit comments