[clang] [CIR] Call code gen; create empty cir.func op (PR #113483)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 31 12:09:34 PDT 2024


================
@@ -13,4 +13,22 @@
 #ifndef LLVM_CLANG_CIR_DIALECT_IR_CIRDIALECT_H
 #define LLVM_CLANG_CIR_DIALECT_IR_CIRDIALECT_H
 
+#include "mlir/IR/Builders.h"
----------------
erichkeane wrote:

These should be alphabetical, but IDK if capitalization is considered?  But by pure alphabetism, `Interfaces` should be before `IR`.



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


More information about the cfe-commits mailing list