[clang] [CIR] Add binary operators (PR #132420)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 21 14:50:36 PDT 2025


================
@@ -127,6 +136,8 @@ struct MissingFeatures {
   static bool ternaryOp() { return false; }
   static bool tryOp() { return false; }
   static bool zextOp() { return false; }
+  static bool opPtrStride() { return false; }
+  static bool opPtrDiff() { return false; }
----------------
andykaylor wrote:

```suggestion
  static bool ptrDiffOp() { return false; }
```

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


More information about the cfe-commits mailing list