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

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 22 09:22:24 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:

Hmm... I can see that I guess.  I can see how they get less useful over time (it is most useful of course in the 'near term' since it is a somewhat jarring change).

I think I'm OK leaving these gone then, and we'll suck up the problems in the meantime.

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


More information about the cfe-commits mailing list