[clang] [CIR] Upstream builtin lowering emitter & FAbs op (PR #151750)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 1 16:19:44 PDT 2025
================
@@ -25,6 +25,7 @@ using namespace clang;
enum ActionType {
PrintRecords,
DumpJSON,
+ GenCIRBuiltinsLowering,
----------------
andykaylor wrote:
All of the changes in this directory need to be guarded by a `CLANG_ENABLE_CIR` preprocessor check, and we'll need approval from the regular clang maintainers.
https://github.com/llvm/llvm-project/pull/151750
More information about the cfe-commits
mailing list