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 7521f1a commit 27e8333Copy full SHA for 27e8333
clang/include/clang/CIR/Dialect/IR/CIROps.td
@@ -2169,7 +2169,7 @@ def VecShuffleOp : CIR_Op<"vec.shuffle",
2169
let summary = "Combine two vectors using indices passed as constant integers";
2170
let description = [{
2171
The `cir.vec.shuffle` operation implements the documented form of Clang's
2172
- __builtin_shufflevector, where the indices of the shuffled result are
+ `__builtin_shufflevector`, where the indices of the shuffled result are
2173
integer constants.
2174
2175
The two input vectors, which must have the same type, are concatenated.
0 commit comments