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 1d7526b commit ec4df49Copy full SHA for ec4df49
clang/include/clang/CIR/Dialect/IR/CIROps.td
@@ -490,7 +490,6 @@ def UnaryOpKind : I32EnumAttr<
490
let cppNamespace = "::cir";
491
}
492
493
-// FIXME: Pure won't work when we add overloading.
494
def UnaryOp : CIR_Op<"unary", [Pure, SameOperandsAndResultType]> {
495
let summary = "Unary operations";
496
let description = [{
0 commit comments