[clang] [CIR] Integral types; simple global variables (PR #118743)

David Olsen via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 5 13:13:44 PST 2024


================
@@ -85,14 +115,15 @@ class CIR_Op<string mnemonic, list<Trait> traits = []> :
 def FuncOp : CIR_Op<"func"> {
   let summary = "Declare or define a function";
   let description = [{
-    ... lots of text to be added later ...
+    THe `cir.func` operation defines a function, similar to the `mlir::FuncOp`
----------------
dkolsen-pgi wrote:

Fixed.


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


More information about the cfe-commits mailing list