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 81cb9d2 commit 377e536Copy full SHA for 377e536
mlir/lib/Dialect/LLVMIR/IR/BasicPtxBuilderInterface.cpp
@@ -62,7 +62,7 @@ static char getRegisterType(Value v) {
62
return getRegisterType(v.getType());
63
}
64
65
-/// Extract every elements of a struct value.
+/// Extract every element of a struct value.
66
static SmallVector<Value> extractStructElements(PatternRewriter &rewriter,
67
Location loc, Value agg) {
68
auto structTy = cast<LLVM::LLVMStructType>(agg.getType());
0 commit comments