[clang] [CIR] Update CIR unary operations (PR #201727)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 22 08:29:00 PDT 2026


================
@@ -2436,7 +2462,7 @@ def CIR_AddOp
   let description = [{
     The `cir.add` operation performs addition on integer operands. Both
     operands and the result must have the same integer or vector-of-integer
-    type. Floating-point addition is performed by `cir.fadd`.
+    type.
----------------
erichkeane wrote:

Why did these comments go away? They seemed at least somewhat useful?

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


More information about the cfe-commits mailing list