[clang] feat: included support for is_constant builtin (PR #166832)

Sathwik Kodamarthi via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 6 19:58:52 PST 2025


================
@@ -4052,6 +4093,44 @@ def CIR_ExpectOp : CIR_Op<"expect", [
   }];
 }
 
+//===----------------------------------------------------------------------===//
+// IsConstantOp
----------------
siddu0660 wrote:

Thanks for mentioning the incubator ! I hadn’t come across that detail earlier, but I appreciate you pointing it out. I’ll go through it and make sure I’m aligned before moving forward.

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


More information about the cfe-commits mailing list